pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
2 sec ago
Untitled
C++ | 3 sec ago
Untitled
4 sec ago
mape
6 sec ago
Untitled
26 sec ago
Untitled
8 sec ago
Untitled
8 sec ago
Which controls does the...
9 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Sep 2nd, 2010 | Syntax:
None
| Size: 0.39 KB | Hits: 22 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
else if (key == 1013) {
if (acBoolean) {
acBoolean = false;
} else {
acBoolean = true;
while (acBoolean) {
printMessage("Test");
wait(1000);
}
}
}
create new paste
|
create new version of this paste
RAW Paste Data
else if (key == 1013) { if (acBoolean) { acBoolean = false; } else { acBoolean = true; while (acBoolean) { printMessage("Test"); wait(1000); } } }