blob: 68bf60a6b801eff7a72fa9ea10e8a032ad6f4858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#print
Pick up the file "line" and change
x, y. and z
into
x, y, and z
Then rewrite the file and type "ready".
#create Ref
x, y, and z
#create line
x, y. and z
#user
#cmp line Ref
#log
#next
43.2c 5
|