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