Advertisement
cwchen

[Rust] if-else if-else pseudocode

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