test('for loop condition reversed', () => {
  const code = [
    'para (i = 9 hasta i = 1 reversed) hacer',
    '  mostrar i',
    'finpara'