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