Undefined values: Difference between revisions

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