ref: af8848cfc823ec9fb1590bb16a2804bc6e1a714d dir: /test/test.rc/
#!/bin/rc rfork en ramfs cat <<EOF >/tmp/test.sp func t(a) { print a } %%% A1=3 A2;hello A4=A1()+A3() A3=5 EOF ../6.out /tmp/test.sp prompt=('; ' ' ') rc -i