|
|
6.18 CBoolean
- Defined in namespace Smalltalk
- Category: Language-C interface
- I return true if a byte is not zero, false otherwise.
6.18.1 CBoolean: accessing
- value
- Get the receiver's value - answer true if it is != 0, false if it is 0.
- value: aBoolean
- Set the receiver's value - it's the same as for CBytes, but we get a Boolean, not a Character
|