Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

While Loops

< >
Example from 1 languages: JavaScript
let times = 10 while (times) {times--} console.log("done")
Example from 1 languages: Lua
while true do print("hello") end
Example from 1 languages: C3
while (int x = foo(); x > 0) { sum += x; }
Example from 1 languages: Lil
while 1 print["hello"] end
Example from 1 languages: Cyber
while fiber.status() != #done: res = coresume fiber count += 1
Example from 1 languages: Jule
for my_condition { // ... }
Example from 1 languages: Speedie
while true "hello"
*

Languages with While Loops include JavaScript, C, Python, Java, Perl, Ruby, PHP, C#, R, PowerShell, Bash, Rust, Swift, Scala, Lua, Kotlin, CoffeeScript, Objective-C, Julia, Dart, Solidity, Pascal, Ada, Crystal, Reason, Groovy, Chapel, F#, OCaml, VHDL, ABAP, Verilog, C3, Lil, SystemVerilog, AutoIt, Dylan, Maxima, Cyber, X10, Angelscript, Apex, Jule, fp, JS++, Speedie, Q#, hecl, nimrod

*

Languages without While Loops include progsbase, Veryl, HOPE, SAKO

*

View all concepts with or missing a hasWhileLoops measurement

*

Read more about While Loops on the web: 1.

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll