Module: Fusion::AST::Statement
- Defined in:
- lib/fusion/ast.rb,
lib/fusion/ast.rb
Constant Summary collapse
- Assignment =
The only statement. Only allowed in the REPL. ‘name = expression`.
TypedData.define(name: Identifier, expression: Expression)