Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable Declarations in a State Scope are visible in this state and its descendant states.

A Variable:

  • has a Direction, 
  • can be Static, 
  • has a Datatype, 
  • has a Name

Question: Are declarations with the same name allowed?

...