dc1b15647 ^
1 2 3 4 5 6 7 8 9 10 11 12
discard """ file: "tinvcolonlocation3.nim" line: 12 column: 3 errormsg: "':' expected" """ try: echo "try" except: echo "except" finally #<- missing ':' echo "finally"