Undefined values: Difference between revisions

No edit summary
Line 286:
</pre>
 
=={{headeeheader|ERRE}}==
 
ERRE hasn't the concept of un-initialised or undefined variables: every scalar variable is allocated at runtime with value zero if numeric or value "" if string. Array type variables must be declared but follow the same initialisation rules of scalars'.
Anonymous user