gemstone/lib/bool.gem

8 lines
89 B
Plaintext

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