4 lines
112 B
Text
4 lines
112 B
Text
(with v (for x in Range(10)
|
|
where (mod x 2)
|
|
project Vector<ULong>([x,(* x x)]))
|
|
(textout v))
|