2cdfe35e7 ^
08bc9ac03 ^
286e5958d ^
1 2 3 4
5 6 7 8
9
10
11
12
13 14
discard """ file: "tsimmeth.nim" output: "HELLO WORLD!" """ # Test method simulation import strutils var x = "hello world!".toLower.toUpper x.echo() #OUT HELLO WORLD!