6

const reality = getRealWorld(dream);

Comments
  • 2
    if isTheRealLife(this) && !isJustFantasy(this) {
    try{
    reality.escape();
    } catch(CaughtInLandslideException e){}
    }
  • 0
    @CrashOverride awesome!
Add Comment