ui.json 662 B

12345678910111213141516171819202122232425
  1. {
  2. "function": "function",
  3. "btn_function": "Function",
  4. "start": "start",
  5. "void": "void",
  6. "integer": "integer",
  7. "real": "real",
  8. "program": "program",
  9. "text": "text",
  10. "boolean": "boolean",
  11. "true": "true",
  12. "false": "false",
  13. "variable": "Variable",
  14. "command": "Command",
  15. "new_parameter": "new_parameter",
  16. "new_variable": "new_variable",
  17. "new_global": "new_global",
  18. "new_function": "new_function",
  19. "vector": "vector",
  20. "text_comment_start": "Initial comment of function...",
  21. "text_comment_main": "This is the main function...",
  22. "text_read_var": "Reading data",
  23. "text_write_var": "Writing data",
  24. "text_comment": "Comment"
  25. }