summaryrefslogtreecommitdiff
path: root/test/decl2.lm
blob: 0bd2088622bed1431c3c6d2407eb9748e7c1cc4c (plain)
1
2
3
4
Str: str = '77'
print( Str, '\n' )
##### EXP #####
77