Skip to content

Keywords

Betty's reserved keywords form the foundation of the language, enabling control flow, function definitions, and variable management.

  • Control Flow


    Keywords for conditional execution and program flow control, including if, else, while, for, and loop control statements.

  • Functions


    Keywords for defining and working with functions, including func.

  • Variables


    Keywords for variable and global variable declarations.