Work Text:
Q:
fitnessAppAlpha( ):
while Bond.status == ‘mia’:
appOutput.display( Bond.vitals ).refresh( 60 )
satelliteCalibration( ):
while Bond.status == ‘mia’:
calibrationLog.display( faceSearch( Bond )).refresh( 3600 )
vow( ):
if Bond.isAmenable:
if Bond.returnedEquipment == True:
for intactPiece in equipment:
Q.kiss( Bond )
Bond:
// This class is deprecated. Please use the new 007 class instead.
private isAmenable = True
private home = Q
sendPostcard( home ):
// Postcard( home ).write( “Wish you were here” )
// Postcard( home ).write( Bond.isAmenable )
// Postcard( home ).write("")
return
resurrect( ):
try:
retire( )
return home
except:
for everyEnemy in threatsToQ:
eliminateEnemy( )
retire( )
return home
except:
if Bond.currentAge ≤ retirementAge:
retire( )
return home
retire( ):
// …
Q.kiss( Bond )
