RosettaCodeData/Task/Arithmetic-Integer/GEORGE/arithmetic-integer.george

8 lines
66 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
R (m) ;
R (n) ;
m n + P;
m n - P;
m n × P;
m n div P;
m n rem P;