echo

March 6th, 2008 Posted in Functions

commands in .
ON turns on echoing of commands inside Script-files.
OFF turns off echoing.
file ON where ‘file’ is a function name causes the
named Function-file to be echoed when it is used.
file OFF turns it off.
file toggles it.
ON ALL turns on the echoing of commands inside any
Function-files that are currently in memory (i.e., the
returned by INMEM).
OFF ALL turns them all off.

See also function, script.

Related posts

Leave a Reply

You must be logged in to post a comment.