Undefined values: Difference between revisions

Content added Content deleted
Line 288:
=={{header|ERRE}}==
 
ERRE hasn't the concept of un-initialised or undefined variablesvariable: 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}}==