ezravergabera / Cocoon

Python-based programming language made for kids
5 stars 7 forks source link

invalid use of "!, && , |" #22

Closed ishietake closed 12 months ago

ishietake commented 12 months ago

When using "!, &&, |" as a logical operator, there should be an error. The error will pop up with a message: use the words "not, or, and" instead.

ezravergabera commented 12 months ago

Resolved.