Split value and type definitions #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blocks is a common part for user defined procedures and the main procedure. The block should contain only value definitions (constants and variables). Type definitions (types and procedures) should be only a part of the
program
node.program
andprocedure_definition
should than extendblock
(for theprogram
this is already the case, but not for theprocedure_definition
).