mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
7 lines
118 B
Text
7 lines
118 B
Text
println(a)
|
|
===output===
|
|
error: undefined ident: `a`
|
|
5 | import math
|
|
6 |
|
|
7 | println(a)
|
|
| ^
|