Add modulus operator `%` and `fmod` to the interpreter
This feature introduces the modulus operator %
in the interpreter and the fmod
function.
Edited by Dave Moxey
This feature introduces the modulus operator %
in the interpreter and the fmod
function.