RosettaCodeData/Task/Long-multiplication/Ol/long-multiplication.ol

4 lines
167 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(define x (* 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2)) ; 2^64
(print (* x x))