Initial revision

This commit is contained in:
em
1985-02-06 21:25:27 +00:00
parent d7abe0e8b6
commit 0ff3a17f5e
78 changed files with 6131 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
1i\
/* ops is converted into a test program for longs \
*/
/LSTART/d
s/FN/main/
/ISTART/c\
long x=100234 , y= -301 ;
/[XYZS]/s/.*/& ; printf("%s#","&"@) ;/
/Z1/s/#/ %D&/
/Z1/s/@/, Z1&/
/Z2/s/#/ %D&/
/Z2/s/@/, Z2&/
/Z1/s/^/Z1 = 10 ; /
/Z2/s/^/Z2 = 0100 ; /
/[XYZS]/s/^/ /
s/X/40000/g
s/Y/30000/g
s/S/9/g
s/Z1/x/g
s/Z2/y/g
s/#/\\n/
s/@//