Advertisement
theblackshibe

Untitled

Nov 25th, 2020
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. define "num1" 10
  2. while (is num1 > 100) {
  3. add num1 1
  4. print num1
  5. wait 0.1
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement