Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 224 Bytes

Item-Statement.md

File metadata and controls

24 lines (16 loc) · 224 Bytes
title parent
Item Statement
Statements.md

Syntax

item_stmt ::= item ';'

Typing

The item must type.

Semantics

See Block Expression.

Examples

TODO