<?php
$TOC = array (
  0 => 
  array (
    0 => 'language.variables.basics.php',
    1 => 'Conceptos b&aacute;sicos',
  ),
  1 => 
  array (
    0 => 'language.variables.predefined.php',
    1 => 'Variables Predefinidas',
  ),
  2 => 
  array (
    0 => 'language.variables.scope.php',
    1 => '&Aacute;mbito de las variables',
  ),
  3 => 
  array (
    0 => 'language.variables.variable.php',
    1 => 'Variables variables',
  ),
  4 => 
  array (
    0 => 'language.variables.external.php',
    1 => 'Variables desde fuentes externas',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'langref.php',
    1 => 'Referencia del lenguaje',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Prefacio',
  ),
);