ref: b16375893ad58a69c9797fb76c97631de0513eb0 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 -d /tmp/test.sp prompt=('; ' ' ') rc -i