toaster to fry eggs was RE: [wellylug] Aims or Objectives
Chris Harris
chris.harris at actrix.gen.nz
Mon Apr 19 17:45:58 NZST 2004
> I also can't get my toaster to fry eggs - damn. I must have bought the
> wrong type of toaster. Perhaps if I upgrade the firmware??
#include <toaster>
#define PLATE = "aluminium foil plate"
main(){
cooker toaster;
extern food eggs, oil;
toaster.brownness = toaster.brownness.max();
PLATE += toaster;
PLATE += oil;
PLATE += eggs;
toaster.state = on;
while(eggs != cooked){
wait();
}
toaster.state = off;
eggs.serve();
}
More information about the wellylug
mailing list