solved - )copy does it - but you can't have )off in the file ;)
On Sat, 4 Feb 2017 16:08:06 -0700 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 >