File: t1.tutor

package info (click to toggle)
apoo 2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 444 kB
  • ctags: 264
  • sloc: python: 1,954; perl: 67; makefile: 56; sh: 4
file content (23 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# <- comments
load
value 20
#       constants labels
#                      memory labels
#mem [label:num[,num]*]* [label;size]*  
initial x:-1 fx;1
value 20 
#
exec 
value 30
#
final fx:1
value 30
end
#
#init x:-3
#value 5
#exec 
#value 10
#final fx:2
#value 15
#end