mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-17 13:02:47 +00:00
7 lines
57 B
Nim
7 lines
57 B
Nim
|
|
# bug #5076
|
|
|
|
var str*: string
|
|
|
|
UpperCased.str = "hello"
|