Execute

From APL Wiki
Revision as of 09:52, 10 February 2020 by Matt (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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