My friend and I came up with a piece of "life" code ourselves (note: it's in pseudo Java since that was all we knew at the time).try{ allTheThings = infinity;} catch LifeException { allTheThings = null;}Lets just say we were very bored in math class and wished to avoid studying.
My friend and I came up with a piece of "life" code ourselves (note: it's in pseudo Java since that was all we knew at the time).
ReplyDeletetry{
allTheThings = infinity;
} catch LifeException {
allTheThings = null;
}
Lets just say we were very bored in math class and wished to avoid studying.