浏览代码

typo

master
Martin Dørum 3 年前
父节点
当前提交
a5d5427207
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      test/examples/control-flow.l2

+ 1
- 1
test/examples/control-flow.l2 查看文件

@@ -3,7 +3,7 @@ if 'true {print "true is true"} {print "true is not true"}
if 'false {print "false is true"} {print "false is not true"}
if 'true {print "true is true"}
if 'false {print "false is true"} # This should output nothing
print (if 'true {"If returns it true value"})
print (if 'true {"If returns its true value"})
print (if 'false {0} {"If returns its false value"})

print "\nRun loop 10 times"

正在加载...
取消
保存