summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/literal01.lc
blob: 5180ae8a6d329aa6692bcdea37b77746532e2578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
intValue1 = 0
intValue2 = 1
intValue3 = 12345

floatValue1 = 2.0
floatValue2 = 1.234e5

charValue = 'A'

stringValue1 = "Hello World"
stringValue2 = "\nHello\32World\tagain!\r\n"

natValue = #1234