[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
FreeM Extension
Invokes a shell to run <external-command> from within FreeM. This temporarily disables SIGALRM
handling in FreeM, which may interrupt the use of event-driven M programming commands including ESTART
and ESTOP
.
If the <
character is supplied immediately preceding <external-command>, FreeM will append the contents of M local variable %
to <external-command> as standard input.
If the >
character is supplied immediately preceding <external-command>, FreeM will take the standard output stream of <external-command> and store it in M local variable %
.
%
contains the number of lines in the input or output. %(1)..%(n)
contains the data for lines 1-n.
This document was generated on September 20, 2023 using texi2html 5.0.