|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] How to evaluate a block of source like a file? |
Date: | Tue, 05 Aug 2014 17:57:09 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Elias,
I guess something like that exists already. Have look at how )LOAD works for .apl files. There is a stack of file descriptors for the files read by Input and you can push an open file descriptor onto it. The only thing that doesn't work is to stop in the middle of a file (unless you insert a ]NEXTFILE command at that point. /// Jürgen On 08/05/2014 05:39 PM, Elias Mårtenson wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |