Files
linguist/samples/Terra/testlang1.t
2016-01-28 11:22:27 +07:00

22 lines
277 B
Perl
Executable File

import "lib/testlang"
print("hello")
local a = image "astring"
image 4
image and,or,&
image image
image akeyword
image foobar
print(a)
image bar 3
print(bar,bar1)
local image what 4 3
print(what)
local a = 4
local b = 5
c = 6
print(foolist { a, b, c})
--test eos token
image