Hi,

I was thinking of piping the input stream to apl through either m4 or cpp.
Not so much for #include (which would come as a side effect) but because
of macros. I am a big fan of macros.

But I am not there yet.

/// Jürgen


On 02/05/2017 12:08 AM, enz...@gmx.com wrote:
Is there some kind of 'include' directive enabled for scripting or an apl programming method to accomplish it?

like a )copy but in the script

fns_group1.inc
⍝ grouping of similarefns
∇ fns1
∇

∇ fn2
∇







#! /usr/local/bin/apl --script --

)include fns_group1.inc

fns1
fns2

)off



Reply via email to