esseks / monicelli

An esoteric programming language, come se fosse antani.
GNU General Public License v3.0
1.32k stars 52 forks source link

Error in README on the greater/lower than operators #49

Closed Procsiab closed 4 years ago

Procsiab commented 4 years ago

It is stated in the README that the greater than (>=) operator is represented by "maggiore uguale a/di", however you get a compile error if you don't use the 'o' as in "maggiore o uguale a/di"; the same applies to the lower than (<=) operator "minore uguale a/di".