Jump to content

Arithmetic/Integer: Difference between revisions

Initial program for GEORGE
m (→‎{{header|Julia}}: correct indentation)
(Initial program for GEORGE)
Line 1,049:
CloseStream(f);
end;</lang>
 
=={{header|GEORGE}}==
<lang GEORGE>R (m) ;
R (n) ;
m n + P;
m n - P;
m n × P;
m n div P;
m n rem P;</lang>
 
=={{header|Go}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.