index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v_windows
/
v
/
old
/
vlib
/
v
/
tests
/
repl
/
conditional_blocks
/
for.repl
blob: 2f3f50cba6ddf38b6d7934742b95c14e549cc536 (
plain
)
1
2
3
4
5
6
7
8
for i := 0; i < 4; i++ { println(i) } ===output=== 0 1 2 3