1 2 3 4 5 6 7 8
# Test method simulation import strutils var x = "hallo world!".toLower.toUpper x.echo() #OUT HALLO WORLD!