Advertisement
cwchen

[Rust] if else block pseudocode

Aug 22nd, 2017
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. if condition {
  2. statement 1
  3. } else {
  4. statement 2
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement