RosettaCodeData/Task/Arithmetic-Complex/Slate/arithmetic-complex.slate

12 lines
173 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
[| 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.
].