Initial commit
This commit is contained in:
5
tests/testlevel2/level2proto.vsl
Normal file
5
tests/testlevel2/level2proto.vsl
Normal file
@@ -0,0 +1,5 @@
|
||||
PROTO INT plus(x,y)
|
||||
|
||||
FUNC VOID main() PRINT "1+3 = ", plus(1,3)
|
||||
|
||||
FUNC INT plus(x,y) RETURN x+y
|
||||
Reference in New Issue
Block a user