summaryrefslogtreecommitdiff
path: root/tnslc/test.tnsl
blob: 72836c3922a43504465ce4ed12bee2f646f46d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

int i = 1 + 2 * 4 - 3 + 4
int j = -3

~uint8 a = b{0}

/; main ({}{}uint8 args) [int]
  
  tnsl.print("Hello, World!")

	~uint8 as = 12
	as` = 3 + 4
;/