Undefined values: Difference between revisions

no edit summary
No edit summary
Line 285:
Member_2 is undefined true
</pre>
 
=={{headee|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'.
 
=={{header|Fortran}}==
Anonymous user