Keywords
Betty's reserved keywords form the foundation of the language, enabling control flow, function definitions, and variable management.
-
Keywords for conditional execution and program flow control, including
if
,else
,while
,for
, and loop control statements. -
Keywords for defining and working with functions, including
func
. -
Keywords for variable and global variable declarations.