This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
master
RosettaCodeData
/
Task
/
Loops-Downward-for
/
Ceylon
/
loops-downward-for.ceylon
Tina Müller
bba7bfd280
Add tasks for all the new languages
2016-12-05 23:44:36 +01:00
3 lines
35 B
Ceylon
Raw
Permalink
Blame
History
for
(
i
in
10
.
.
0
)
{
print
(
i
)
;
}
Reference in a new issue
View git blame
Copy permalink