Please enable JavaScript.
Coggle requires JavaScript to display documents.
axiom - Coggle Diagram
axiom
declaraciones_locales
-
bloque_codigo
- LLAV_IZQ
- declaraciones_variables
- declaraciones_locales
- LLAV_DCH
estructura_IF
- SI
- PAREN_IZQ
- expresion_Logica
- PAREN_DCH
- LLAV_IZQ
- sentencias
- declaraciones_locales
- LLAV_DCH
expresion_Logica
- operador_expr_logico
- operador_logico
- operador_expr_logico
-
-
estructura_switch
- ALT
- PAREN_IZQ
- condicion_switch
- PAREN_DCH
- LLAV_IZQ
- estructura_case
- por_defecto
- LLAV_DCH
-
estructura_case
- CASO
- constante_switch
- ALTERNATIVE
- LLAV_IZQ
- sentencias
- declaraciones_locales
- break
- SEQUENCE
- LLAV_DCH
-
por_defecto
- DEFECT
- ALTERNATIVE
- LLAV_IZQ
- sentencias
- BREAK
- SEQUENCE
- LLAV_DCH
estructura_mientras
- MIENTRAS
- PAREN_IZQ
- expresion_Logica
- PAREN_DCH
- LLAV_IZQ
- sentencias
- declaraciones_locales
- LLAV_DCH
llamadas_funcion
- ID
- PAREN_IZQ
- parametros_llamadas_funcion
- PAREN_DCH
sentencia_salida
- ESCRIBE
- PAREN_IZQ
- TEXTO
- PAREN_DCH
- SEQUENCE
asignacion
- ID
- ASIGNACION
- NUMERO
- SEQUENCE
asignacion_suma
- ID
- ASIGNASUMA
- expresion_aritmetica
- SEQUENCE
expresion_aritmetica
- operador_expr_aritmetica
- operador_aritmetico
- operador_expr_aritmetica
-
-