|
From: Tatsuro M. <tma...@ya...> - 2019-06-27 12:18:58
|
-- pdupre
> Hello,
>
> Can I make a subroutine like
> sub F () {
> list of gnuplot calls ;
> }
>
> Thank.
You cannot do it in a script file.
You can call other script files with arguments by
call command.
see
help call
Tatsuro
|