added bool definition

This commit is contained in:
Sven Vogel 2024-05-25 17:02:17 +02:00
parent 9a16546e07
commit 0aa62542b5
1 changed files with 7 additions and 0 deletions

7
lib/bool.gem Normal file
View File

@ -0,0 +1,7 @@
import "def.gem"
type unsigned int: bool
static bool: TRUE = 1
static bool: FALSE = 0