This website requires JavaScript.
Explore
Help
Sign In
DHBW
/
gemstone
mirror of
https://github.com/Servostar/gemstone.git
Watch
1
Star
0
Fork
You've already forked gemstone
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
95-implement-bool-module
gemstone
/
lib
/
bool.gem
8 lines
89 B
Plaintext
Raw
Permalink
Blame
History
import "def.gem"
type unsigned int: bool
static bool: TRUE = 1
static bool: FALSE = 0
Reference in New Issue
View Git Blame
Copy Permalink