Skip to main content

Variables

Syntax

var_stmt ::= "var" identifier (":" type_decl) (":=" expression)

Description

...

Example

...