RosettaCodeData/Task/Arithmetic-Complex/LFE/arithmetic-complex-1.lfe

4 lines
33 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
(defrecord complex
real
img)