Skip to main content

Recently Updated Pages

Variables

Statements Basic

Syntax var_stmt      ::= "var" (attributes identifier ((":" type_expr [var_stmt_asgn]) | (var_st...

Updated 10 months ago by Admin

Identifiers

Tokens

Updated 10 months ago by Marcin Stefanowicz

Hint directives

Tokens Reserved words

Updated 10 months ago by Marcin Stefanowicz

Keywords

Tokens Reserved words

Updated 10 months ago by Marcin Stefanowicz

Topaz source code tokens

Tokens

The fundamental lexical building blocks of source code are called tokens. They are the words of t...

Updated 10 months ago by Marcin Stefanowicz

Integer constants

Tokens Constants

Updated 10 months ago by Marcin Stefanowicz

Float constants

Tokens Constants

Updated 10 months ago by Marcin Stefanowicz

Character constants

Tokens Constants

Updated 10 months ago by Marcin Stefanowicz

Simple string constants

Tokens Constants

Updated 10 months ago by Marcin Stefanowicz

Enhanced string constants

Tokens Constants

Updated 10 months ago by Marcin Stefanowicz

Boolean constants

Tokens Constants

Updated 10 months ago by Marcin Stefanowicz

Comments

Tokens

Updated 10 months ago by Marcin Stefanowicz

Warnings

Exceptions Built-in errors

Warnings are unique exceptions in that they only send information to the stderr stream in order t...

Updated 10 months ago by Marcin Stefanowicz

Runtime errors

Exceptions Built-in errors

Program errors that arise during program execution after successful interpretation are known as r...

Updated 10 months ago by Marcin Stefanowicz

Syntax errors

Exceptions Built-in errors

Syntax errors are faults in the source code, such as misspellings and punctuation, wrong labeling...

Updated 10 months ago by Marcin Stefanowicz