Advertisement
cwchen

[Rust] for loop pseudocode

Aug 22nd, 2017
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.04 KB | None | 0 0
  1. for variable in iterator {
  2. statement
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement