shithub: spread

ref: 39a4f1b284bab0a4587a845c53cdb53bcae625c8
dir: /test/test.rc/

View raw version
#!/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