Advertisement
Mesaif

CH4_Ex2

May 11th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. %Prints "Have a good day" 6 times
  2.  
  3. %VARIABLES
  4. var msg : string := "Have a good day"
  5.  
  6. %For Loop
  7.  
  8. for num : 1 .. 6
  9. put msg
  10. delay(250)
  11. end for
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement