microsoft / microcode

Coding "on the go" with the micro:bit (V2)
https://microsoft.github.io/microcode
MIT License
47 stars 18 forks source link

add comparison operators < and > #496

Open tballmsft opened 11 months ago

tballmsft commented 11 months ago

We only have equality tests on numbers, so add < and > for shorter programs (and more general ones).