neilsf / XC-BASIC

A compiling BASIC dialect for the Commodore-64
https://xc-basic.net/
MIT License
74 stars 15 forks source link

Implement modulo operator #87

Closed neilsf closed 3 years ago

neilsf commented 4 years ago

Instead of introducing a new operator, I would suggest to implement the MOD(a, n) function.