Files
Nim/tests/tsimmeth.nim
2010-02-14 00:29:35 +01:00

9 lines
110 B
Nim

# Test method simulation
import strutils
var x = "hallo world!".toLower.toUpper
x.echo()
#OUT HALLO WORLD!