ui.json 999 B

1234567891011121314151617181920212223242526272829303132333435
  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. "text_start": "text",
  11. "boolean": "boolean",
  12. "true": "true",
  13. "false": "false",
  14. "variable": "Variable",
  15. "command": "Command",
  16. "new_parameter": "new_parameter",
  17. "new_variable": "new_variable",
  18. "new_global": "new_global",
  19. "new_function": "new_function",
  20. "vector": "vector",
  21. "text_comment_start": "Initial comment of function...",
  22. "text_comment_main": "This is the main function...",
  23. "text_read_var": "Reading data",
  24. "text_write_var": "Writing data",
  25. "text_command_read":"read",
  26. "text_command_write":"write",
  27. "text_comment": "Comment",
  28. "text_attribution": "Attribution",
  29. "text_iftrue": "If true then",
  30. "text_repeatNtimes": "Repeat N times",
  31. "text_whiletrue": "While true",
  32. "text_dowhiletrue": "Do while true",
  33. "text_switch": "Switch",
  34. "text_functioncall": "Function call"
  35. }