gemstone/lib/src/bool.gsc

8 lines
89 B
Plaintext

import "def.gsc"
type unsigned int: bool
static bool: TRUE = 1
static bool: FALSE = 0