mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
10 lines
122 B
Nim
10 lines
122 B
Nim
discard """
|
|
output: '''hallo'''
|
|
joinable: false
|
|
"""
|
|
|
|
# bug #9978, #9994
|
|
var x: DefinedInB
|
|
|
|
echo "hi".replace("i", "allo")
|