2 lines
62 B
Text
2 lines
62 B
Text
|
let main = for x from (0) to (100) { y := ((x * 2) + (! y)) }
|