in nim you can swap them around too, all of these are identical "Hello".echo "Hello".echo() echo "Hello" "Hel".echo("lo") (@joshdougvidarr)