le accidental occurrence

42at

TimeTravel.js

without comments

Off to a good start...
function timeTravel( direction, time /* in seconds */  ) {

  if (direction == 'forward') {

    wait (time);
    echo ("We're there!");

  } else {

    // TODO ...

  }
}

Written by Moos

March 12th, 2011 at 11:04 am

Posted in blog

Leave a Reply