Reference
-
Learn about Betty’s built-in types such as
Number
,String
,Char
,Boolean
,List
, andNone
.
Understand how they interact and convert implicitly during expression evaluation. -
Explore arithmetic, logical, and comparative operators, as well as assignment and conditional operations.
See how Betty handles precedence and implicit conversions. -
Reference all language keywords, including control flow structures, functions, and variable scope.
-
Discover Betty’s intrinsic library functions for math, string manipulation, I/O, type conversion, and list operations.
To get started quickly, visit the Examples section or explore the Data Types reference.