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

8 lines
66 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
R (m) ;
R (n) ;
m n + P;
m n - P;
m n × P;
m n div P;
m n rem P;