Voilà email real hoy recibido acerca de cómo usar la cafetera nueva:
start();
comprobarDepositoAgua(#1);
if nivelDepositoAgua < 1ralla then
rellenarDeposito();
end if;
encenderAparato(#2);
when (luzVerde == true) then
foreach (cafe)
moverSliderToDerecha(#3);
abrirContainerDeCapsulas(#4);
if exists(capsulaAnterior) then
retirarCapsulaAnterior(#4);
end if;
insertCapsulaNueva(#4);
cerrarContainerDeCapsulas(#4);
moverSliderToIzquierda(#4);
putTaza();
clickOnButton(#5); // para dos cafés o café doble, clickar en #6
while coffeeDrop()
if (noQuieroMasCafe == true) then
clickOnButton(#5); //break;
end if;
end while;
end foreach;
moverSliderToDerecha(#3);
abrirContainerDeCapsulas(#4);
retirarCapsula(#4); //cuidado que quema!
cerrarContainerDeCapsulas(#4);
moverSliderToIzquierda(#4);
end when;
apagarAparato(#2);
enjoyCoffee();
Publicar un comentario
Gracias por tus comentarios, críticas, ideas, sugerencias, inquietudes.
Sin tus aportes, todos himajinamos menos.