Skip to content

Implement variable initialization #23

@jburroni

Description

@jburroni

There are two cases:

  1. Initialization of variables declared in blocks that only contain variable declarations: data and parameters.
  2. Initialization on any other block.

For the first case, initialization should be forbidden, as neither data nor parameter should support initialization.
For the second case, initialization is a syntax sugar for declaration + assignment.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions