For the main file

int Mug[amount];

int quality=Great;

int typ=Gevalia;

byte sug=2;

byte amount=1;

main(void)

Begin

While amount > 0 Do

Mug[amount]=Brew(coffee, quality, type, sug);

Amount--

End

 

The Brew handler is yet to be written. This example is © and written by Christian Ravn Haslam.


<- Back to the programming page

©1997, Troels Eklund Andersen (and the usual suspects)