RosettaCodeData/Task/Arithmetic-Integer/TUSCRIPT/arithmetic-integer.tu

9 lines
55 B
Turing

$$ MODE TUSCRIPT
a=5
b=3
c=a+b
c=a-b
c=a*b
c=a/b
c=a%b