summaryrefslogtreecommitdiff
path: root/tests/literal-test.tnsl
blob: a7fd81e60a55e685e6fba82f3d53eb1151d7948d (plain)
1
2
3
4
5
6
7
8
9
10
;string s = "\""
;string st="\\"

;int i = 0
;int j=1

;float f = .2
;float d=3.1415

;char c = '\'';char ch='\uxxxx'