RosettaCodeData/Task/Arithmetic-Complex/Slate/arithmetic-complex.slate
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

11 lines
173 B
Text

[| a b |
a: 1 + 1 i.
b: Pi + 1.2 i.
print: a + b.
print: a * b.
print: a / b.
print: a reciprocal.
print: a conjugated.
print: a abs.
print: a negated.
].