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