Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
TBS: While Loops
AnotherTest
Sep 14th, 2011
188
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
?i = 0;
_while(i < 15) {
!out(~"We will output this 15 times in about 30 seconds.");
_if(i == 14) {
!out(~"Last one!\n");
}
_sleep(2000);
i = i + 1;
}
_die();
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅✅ FREE 2,000$ FROM SWAPZONE
JavaScript | 4 min ago | 0.67 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 8 min ago | 0.67 KB
🚨 [Verified] Easy BTC Strategy
JavaScript | 12 min ago | 0.67 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐ ✅
JavaScript | 16 min ago | 0.67 KB
✅ Insane BTC Cashout
JavaScript | 20 min ago | 0.67 KB
⭐⭐ Crypto Swap Glitch ✅ Easy money ⭐⭐
JavaScript | 24 min ago | 0.67 KB
⭐⭐ Free Crypto Method ⭐⭐ ✅
JavaScript | 28 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 32 min ago | 0.67 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!