oli-lang / oli

Language specification and discussion
http://oli-lang.github.io
MIT License
5 stars 0 forks source link

Deprecate the relational not operator #19

Closed h2non closed 10 years ago

h2non commented 10 years ago

The relational_not (!>) operator is deprecated in favor of the & operator in block identifier expressions

h2non commented 10 years ago

Done in the JavaScript implement