|
From: | Elias Mårtenson |
Subject: | Re: [Bug-apl] Request for feature: Embedded mode |
Date: | Mon, 9 Dec 2013 22:23:58 +0800 |
Hello Elias,
I have added a command line option ---rawCIN that disables initialization and use
of the readline library, see SVN version 50,
Not sure though what you mean by differentiation between status info and function
output. GNU APL writes APL output to stdout (actually cout) and debug output to
stderr (cerr).
⎕CR returns a character matrix which is only printed if the returned value is not assigned
to a variable. You can catch it by VAR←⎕CR and then nothing will be printed. Same for
user defined functions (if written accordingly).
[Prev in Thread] | Current Thread | [Next in Thread] |