瀏覽代碼

small style change

master
Martin Dørum 3 年之前
父節點
當前提交
2d7cc13732
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      test/examples/control-flow.l2

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

@@ -7,14 +7,14 @@ loop {
}

print "\nWith while this time"
i = 0
i := 0
while {i < 10} {
print "Hallo Wrodl"
i = i + 1
}

print "\nAnd with the for loop"
i = 0
i := 0
iter := {
j := i
i = i + 1

Loading…
取消
儲存