瀏覽代碼

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"

Loading…
取消
儲存