Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- define "num1" 10
- while (is num1 > 100) {
- add num1 1
- print num1
- wait 0.1
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement