Tuesday, 20 August 2013

What (non-esoteric) programming languages do not have functions/scope? [on hold]

What (non-esoteric) programming languages do not have functions/scope? [on
hold]

In Cobol, everything (at least within the same program) is global.
Variables in one procedure can be mutated by code in another procedure.
Obviously there are esoteric languages that scoping is all global - but
are there any other languages that don't have scoping?

No comments:

Post a Comment