By the way, if you start your file with ⍝! or #!, then you will be
able to )LOAD or )COPY changes into running session which might be
fairly convenient if you prefer to use external editor (which you
certainly are; line editors fell out of fashion many years ago) and
prefer it not to be Emacs.
Fol
On Sun, Sep 13, 2015 at 11:53 PM, Louis de Forcrand wrote:
> Is it possible to terminate a function while it's running
> (eg. when you accidentally set a very large number
> as an operand)?
Pressing Control-C should signal ATTENTION which should suspend
execution of current function.
> I read a
On 14 September 2015 at 05:53, Louis de Forcrand wrote:
> Edit a specific line in a function? As of now I'm writing my
> long ∇-declared functions in in .txt files and loading them
> with -f, otherwise I would have to rewrite (or copy-paste)
> them back in line by line in the terminal.
I'd rec
)clear
CLEAR WS
)save ws
2015-09-14 07:02:52 (GMT-5)
)dump dump
2015-09-14 07:03:02 (GMT-5)
)load ws
SAVED 2015-09-14 07:02:52 (GMT-5)
)load dump
DUMPED 2015-09-14 07:03:02 (GMT+6)
Why (GMT+6)?
A few quick questions:
Is it possible to terminate a function while it's running
(eg. when you accidentally set a very large number
as an operand)?
Take user input in as a vector of characters so the
user doesn't have to add quotes? Something that
works like ⎕ but automatically wraps the input
Hi David,
thanks. Fixed in *SVN 679*.
/// Jürgen
On 09/14/2015 12:06 AM, David B. Lamkins wrote:
When loading a DUMPed file, the reported date is incorrect. See attached patch.