mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
4 lines
75 B
Nim
4 lines
75 B
Nim
for i in 1..1:
|
|
var reported = false
|
|
proc report() =
|
|
reported = true |