bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Request for feature: Embedded mode


From: Juergen Sauermann
Subject: [Bug-apl] Request for feature: Embedded mode
Date: Mon, 09 Dec 2013 14:42:58 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

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).

/// Jürgen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]