johneastman / boomerang

An interpreted programming language written in Python
https://jeastman.pythonanywhere.com/
MIT License
0 stars 0 forks source link

Boolean `in` Infix Expressions #70

Closed johneastman closed 1 year ago

johneastman commented 1 year ago

Syntax: <expression> in <list>

Returns true if the result of the expression is in the list, and false if the result of the expression is not in the list.

johneastman commented 1 year ago

Commit: https://github.com/johneastman/boomerang/commit/e7707b0888b91c25aa76923859acc871df04775c