shithub: spread

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