mod:core — ordinary primitive
FORTH
MOD ( a b -- c )();p4:"mod";
MOD ( a b -- c )(
)
return the module of "a mod b"
dpANS .6.1.1890 - standard forth word