Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GELLO is a functional language.  Referential transparency means you can lift an expression from the code and it can substitute for the variable. Loops in a usual sense are incompatible with this paradigm. Loops in GELLO have to be done
with a recursive call, passing the new value as an argument; as a function.