blob: 72464111d4dff25097c277986d37c51164455147 [file] [log] [blame]
lop (a)
{
do
a--;
while (a >= -1);
}