04-07-2011 09:14 PM
The wait is killing me. ![]()
04-07-2011 10:55 PM
while (new Date() < tomorrow)
{
wait(1 day);
}
alert("1.0 SDK released");
04-07-2011 11:38 PM
Warning: unreachable code
04-07-2011 11:54 PM
endless loop...
04-08-2011 12:00 AM
Error #1009: Cannot access a property or method of a null object reference.
04-08-2011 12:14 AM
Ha, ha, as a guy who bought one of the very first Commodore Amiga computers sold in Canada, I feel compelled to chime in with:
Guru Meditation Error
04-08-2011 01:19 AM
04-08-2011 01:25 AM
04-08-2011 01:52 AM
There was a fatal exception at 0137:BFF9A3C0. This thread will now close.
04-08-2011 02:38 AM
...
while ( SDK < 1.0 ){
// Design and create more apps using SDK 0.9.4
// Or add new features to your existing app
do_something_useful_dont_kill_yourself();
}
...