Skip to content

Instantly share code, notes, and snippets.

@huonw
Created January 15, 2014 12:42
  • Star 46 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
do-while loops in Rust
while {
let x = foo();
bar(x);
x != 0
} {}
@donbright
Copy link

really helps porting javascript . thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment