Skip to main content

Variables

Syntax

var_stmt ::= "var" identifier ((":" type_expr [":=" expression]) | (":=" expression))

Description

...

Example

...