Basic datatypes
unit (like void)
- ()
() : unit
bool, int, real, string
- 7 > 5;
true : bool
~24 + 1;
~23 : int;
3.14159;
3.14159 : real;
“hi there”
“hi there” : string
Previous slide
Next slide
Back to first slide
View graphic version