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