ianagbip1oti / ProC

Hawt new programming language
MIT License
4 stars 0 forks source link

File does not have to end with a ; #38

Closed ianagbip1oti closed 6 years ago

ianagbip1oti commented 6 years ago

A ; is not required after the last statement

print("Hello World")

should raise an error because of the missing ;