gemstone/lib/bool.gem

8 lines
89 B
Plaintext
Raw Normal View History

2024-05-25 15:02:17 +00:00
import "def.gem"
type unsigned int: bool
static bool: TRUE = 1
static bool: FALSE = 0