Language
Nim
Compiler
nim HEAD Version 1.5.1
Options
$ nim c ./prog.nim
Exit Code:
1
Author
anonymous
about 4 years ago
Nim
nim HEAD Version 1.5.1
Author
anonymous
about 4 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-head/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-head/config/config.nims' [Conf]
....
/home/jail/prog.nim(8, 13) Error: undeclared identifier: 'gt'
candidates (edit distance, scope distance); see '--spellSuggest':
(1, 1): 'get' [proc declared in /home/jail/prog.nim(1, 6)]