1# testsuite_remark_include section for BASIC256
2
3# Modification History
4# date		programmer	description
5# 20140204	j.m.reneau	added all of the various forms of remark
6
7# test the various syntax issues of the remark statements
8# actually does little to test - but must compile
9
10currentsuite = "remark"
11
12
13a = 0
14
15rem a = 99
16#a = 98
17# a = 97
18
19	rem a = 99
20	#a = 98
21	# a = 97
22
23b = 22 rem a=96
24b = 22 #a=96
25b = 22 # a=95
26c = 33 #
27c = 33 rem
28
29b = 22 :rem a=96
30b = 22 :#a=96
31b = 22 :# a=95
32c = 33 :#
33c = 33 :rem
34
35b = 22: rem a=96
36b = 22: #a=96
37b = 22: # a=95
38c = 33: #
39
40c = 33:rem
41b = 22:rem a=96
42b = 22:#a=96
43b = 22:# a=95
44c = 33:#
45c = 33:rem
46
47
48call n("remark test", a, 0)
49