소스 검색

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…
취소
저장