Execute

From APL Wiki
Revision as of 09:52, 10 February 2020 by Matt (talk | contribs)
Jump to navigation Jump to search

Execute () is a primitive function. It allows the user to interpret a string as APL code.

Examples

      ⍎'⍳10'
1 2 3 4 5 6 7 8 9 10