1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/building-test/Tests/Test Cases/annotations.txt
2022-10-09 23:26:03 +01:00

46 lines
583 B
Plaintext

annotation
junk
end
annotation
+simple
end
annotation
+simple+complex(3)
end
annotation
+simple + also Global fish = 1;
end
annotation
+simple [ Function x y z;
end
annotation
+ simple [ Function x y z;
end
annotation
+simple(with stuff, and other stuff)
end
annotation
+simple(with)
end
annotation
+simple(with( x ))
end
annotation
+simple(a,b,c,d,e,f,g,h)
end
annotation
+simple(a,b,c,d,e,f,g,h,i)
end
annotation
+simple(with 'This text')
end
annotation
+simple(with 'This \'text\'')
end
annotation
+simple(with 'This text',also 67)
end
annotation
+simple()
end