| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 | 
							- {
 
-   "function": "function",
 
-   "btn_clear": "Clear",
 
-   "btn_function": "Function",
 
-   "btn_arithmetic_plus": "Sum",
 
-   "btn_arithmetic_minus": "Minus",
 
-   "btn_arithmetic_multiplication": "Multiplication",
 
-   "btn_arithmetic_division": "Division",
 
-   "btn_arithmetic_module": "Module",
 
-   "btn_break":"Break",
 
-   "btn_case":"Case",
 
-   "start": "start",
 
-   "void": "void",
 
-   "integer": "integer",
 
-   "real": "real",
 
-   "program": "program",
 
-   "text": "text",
 
-   "text_start": "text",
 
-   "boolean": "boolean",
 
-   "true": "true",
 
-   "false": "false",
 
-   "variable": "Variable",
 
-   "command": "Command",
 
-   "new_parameter": "new_parameter",
 
-   "new_variable": "new_variable",
 
-   "new_global": "new_global",
 
-   "new_function": "new_function",
 
-   "vector": "vector",
 
-   "text_comment_start": "Initial comment of function...",
 
-   "text_comment_main": "This is the main function...",
 
-   "text_read_var": "Reading data",
 
-   "text_write_var": "Writing data",
 
-   "text_command_read":"read",
 
-   "text_command_write":"write",
 
-   "text_comment": "Comment",
 
-   "text_attribution": "Attribution",
 
-   "text_if":"if",
 
-   "text_break":"break",
 
-   "text_else":"else",
 
-   "text_for":"for",
 
-   "text_code_while":"while",
 
-   "text_code_do":"do",
 
-   "text_code_switch": "switch",
 
-   "text_code_case": "case",
 
-   "text_logic_expression": "Logic Expression",
 
-   "text_arithmetic_expression": "Arithmetic Expression",
 
-   "text_iftrue": "If true then",
 
-   "text_repeatNtimes": "Repeat N times",
 
-   "text_receives": "receives",
 
-   "text_whiletrue": "While true",
 
-   "text_dowhiletrue": "Do while true",
 
-   "text_switch": "Switch",
 
-   "text_functioncall": "Function call",
 
-   "text_value": "Value",
 
-   "text_operator": "Operator",
 
-   "text_parentheses": "Parentheses",
 
-   "text_change": "Change",
 
-   "text_teacher_algorithm": "Algorithm",
 
-   "text_teacher_algorithm_include": "Include the following algorithm in exercise",
 
-   "text_teacher_test_case": "Test cases",
 
-   "text_teacher_config": "Settings",
 
-   "text_teacher_data_types": "Data types",
 
-   "text_teacher_commands": "Commands",
 
-   "text_teacher_functions": "Functions",
 
-   "text_teacher_create_functions": "Create new functions",
 
-   "text_teacher_create_movement_functions": "Move functions",
 
-   "text_teacher_test_case_input": "Input",
 
-   "text_teacher_test_case_output": "Output",
 
-   "text_teacher_test_case_actions": "Actions",
 
-   "text_teacher_test_case_add": "Add test cases"
 
- }
 
 
  |