소스 검색

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