--- name: Bug report about: Have you found an unexpected behavior? Use this template. --- Function `echo` outputs the wrong string. ### Example ```nim echo "Hello World!" ``` ### Current Output ``` Hola mundo! ``` ### Expected Output ``` Hello World! ``` ### Possible Solution ### Additional Information ``` $ nim -v Nim Compiler Version 0.1.2 ```