martes, 11 de agosto de 2020

codigo en destructor

{
Si scan-tecla() == 1 ==>
{
x++;
}
Si ( scan-tecla() == 1 & scan-tecla() == 3 ) ==>
{
x++;
x++;
x++;
}
}

{
Si scan-tecla() == not(not(not(1))) ==>
{
x--;
}
Si ( scan-tecla() == not(not(not(1))) or scan-tecla() == not(not(not(3))) ) ==>
{
x--;
x--;
x--;
}
}

{
Si scan-tecla() == 9 ==>
{
y++;
y++;
y++;
y--;
y++;
y--;
y--;
y--;
}
}

{
Si scan-tecla() == not(not(not(9))) ==>
{
y--;
y--;
y--;
y++;
y--;
y++;
y++;
y++;
}
}

No hay comentarios:

Publicar un comentario