Merge pull request #101 from Servostar/95-implement-bool-module
added bool definition
This commit is contained in:
commit
e4f45677a3
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
import "def.gem"
|
||||||
|
|
||||||
|
type unsigned int: bool
|
||||||
|
|
||||||
|
static bool: TRUE = 1
|
||||||
|
static bool: FALSE = 0
|
Loading…
Reference in New Issue