Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
TBS: While Loops
AnotherTest
Sep 14th, 2011
180
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
✅ Exploit 500$ in 15 Minutes
JavaScript | 3 sec ago | 0.94 KB
✅ MAKE $9OO INSTANTLY D S
JavaScript | 7 sec ago | 0.98 KB
✅ MAKE $9OO INSTANTLY D 8
JavaScript | 8 sec ago | 0.98 KB
✅ MAKE $900 INSTANTLY
JavaScript | 9 sec ago | 0.94 KB
Crypto Exchange profit method
JavaScript | 16 sec ago | 0.94 KB
ChangeNOW Bug (Get more on BTC swaps x) E
JavaScript | 21 sec ago | 0.98 KB
ChangeNOW Exploit
JavaScript | 23 sec ago | 0.94 KB
ChangeNOW Bug (Get more on BTC swaps x) C
JavaScript | 26 sec ago | 0.98 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!