index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
subrangefor.myr
blob: 0a3acc4b43810137705224f3b8ddba90bda68b3e (
plain
)
1
2
3
4
5
6
7
8
use std const main = { for i in [1,2,3,4][:2] std.put("%i", i) ;; std.put("\n") }