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-Do-while
/
Julia
/
loops-do-while-1.julia
15 lines
128 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
2016 Update
2016-12-05 22:15:40 +01:00
julia> i = 0
0
julia> while true
println(i)
i += 1
YAPC::EU 2018 Glasgow Update!
2018-08-17 15:15:24 +01:00
i % 6 == 0 && break
2016 Update
2016-12-05 22:15:40 +01:00
end
0
1
2
3
4
5
Reference in a new issue
Copy permalink