Files
Nim/tests/js/testmagic.nim
2015-06-04 12:00:27 +03:00

13 lines
162 B
Nim

discard """
output: '''true
123
'''
"""
# This file tests some magic
var foo = cstring("foo")
var bar = cstring("foo")
echo(foo == bar)
echo "01234"[1 .. ^2]