Author Topic: [Coding Joke Topic] Sending data back in time  (Read 462 times)

How do you guys send info back in time?

Code: [Select]
function sendInfoToDate(%info, %date)
{
   %now = getDateTime();
   setDateTime(%date);   //Quantum function sends the CPU, memory, and harddrive to the specified date.
   $InfoFromFuture_[%now] = %info;
   setDateTime(%now);
}

If I knew anything about torque, I may laugh.

Also hey, Xalos.

Welp, now I know what it's like to be God...

Code: [Select]
#include <windows.h>
#include <stdio.h>
#include "flux_capacitor.h"

void main(void) {
goto present;

doc_brown = 0;

past:
printf("Oops, wrong date...\n");
goto future;

present:
int doc_brown = 1, speed = 0;

while(speed > -88)
go_faster();

if(speed == -88) {
queueFlames();
goto past;
}

Sleep(946708000000);
doc_brown = 0;

queueZombieApocalypse();

future:
printf("Badspot, is that you?\n");
doc_brown = 0;
}