Skip to main content

Variables

Syntax

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

Description

...

Example

...