System Variable ELX: Difference between revisions

From NARS2000
Jump to navigationJump to search
(New page: This system variable takes a string. That string is executed when the interpreter encounters an error. In particular the string may... * call a function * jump to a particular label Note ...)
(No difference)

Revision as of 06:27, 29 July 2009

This system variable takes a string. That string is executed when the interpreter encounters an error. In particular the string may...

  • call a function
  • jump to a particular label

Note that ⎕ELX can be localized and set dynamically to whatever it needs to deal with errors appropriately.