old-casio-programs/SINK-LOC.txt

17 lines
266 B
Text
Raw Normal View History

2016-02-19 05:58:34 +00:00
Filename:SINK-LOC
X+T->V
If Mat H[Y,V]=0
Then Locate X,Y,"."
IfEnd
If Mat H[Y,V]=2 And E=1
Then Locate X,Y,"."
IfEnd
If Mat H[Y,V]=1
Then Locate X,Y,"o"
IfEnd
If Mat H[Y,V]=2 And E=0
Then Locate X,Y,"^"
IfEnd
If Mat H[Y,V]=3
Then Locate X,Y,"X"
IfEnd