As a newbie, I simply will run this:
proc printToScreenCenter(picture: string) = echo picture
printToScreenCenter("Test-String"):
and always get this:
Error: invalid indentation
Please HELP!
printToScreenCenter("Test-String"):
Try to remove the colon (:) at the end of that line.