File: expr.mf

package info (click to toggle)
tetex-base 0.9-9
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 63,012 kB
  • ctags: 2,123
  • sloc: sh: 696; perl: 237; makefile: 111; lisp: 29
file content (5 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (22)
1
2
3
4
5
string s[]; s1="abra";
path p[]; p1=(0,0)..(3,3); p2=(0,0)..(3,3)..cycle;
tracingonline:=1; scrollmode;
forever: message "gimme an expr: "; s0:=readstring;
show scantokens s0; endfor