mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-29 10:43:57 +00:00
lots of small changes
This commit is contained in:
@@ -14,4 +14,4 @@ proc initArray(): array[10, int] =
|
||||
for f in 0..<10:
|
||||
result[f] = 3
|
||||
|
||||
when isMainModule: echo repr(someTable)
|
||||
when true: echo repr(someTable)
|
||||
|
||||
Reference in New Issue
Block a user