System Variable ELX

From NARS2000
Revision as of 06:27, 29 July 2009 by Kai (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.