Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. if(condicao){
  2.  
  3. ...
  4.  
  5. } else if (condicao) {
  6.  
  7. ...
  8.  
  9. }
  10.  
  11. if (condicao) {
  12. ...
  13. }
  14. elsif (condicao) {
  15. ...
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement