mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 04:06:44 +00:00
3 lines
53 B
Text
3 lines
53 B
Text
(for [i]:0 (< @i 10) [i](+ @i 1)
|
|
[j](+ @i @j)
|
|
)
|