2 lines
46 B
Text
2 lines
46 B
Text
|
|
primarydef x mod y = (x-y*floor(x/y)) enddef;
|
|
|
primarydef x mod y = (x-y*floor(x/y)) enddef;
|