{
  "name": "基础语法",
  "open": "false",
  "children": [
    {
      "name": "break-跳出循环",
      "path": "/web/help/基础语法.break-跳出循环.html",
      "text": "break",
      "open": "false"
    },
    {
      "name": "for..do..end-循环语句",
      "path": "/web/help/基础语法.for..do..end-循环语句.html",
      "text": "for i=1, 10, 1 do\n\t\nend",
      "open": "false"
    },
    {
      "name": "function..end-函数",
      "path": "/web/help/基础语法.function..end-函数.html",
      "text": "function ()\n-- body\nend",
      "open": "false"
    },
    {
      "name": "goto-跳转",
      "path": "/web/help/基础语法.goto-跳转.html",
      "text": "goto",
      "open": "false"
    },
    {
      "name": "if..else..end-如果..否则",
      "path": "/web/help/基础语法.if..else..end-如果..否则.html",
      "text": "if  then\n\t\nelse\n\t\nend",
      "open": "false"
    },
    {
      "name": "if..elseif..else..end-如果..如果..否则",
      "path": "/web/help/基础语法.if..elseif..else..end-如果..如果..否则.html",
      "text": "if then\n\t\nelseif then\n\t\nelse\n\t\nend",
      "open": "false"
    },
    {
      "name": "if..then..end-判断语句",
      "path": "/web/help/基础语法.if..then..end-判断语句.html",
      "text": "if then\n\nend",
      "open": "false"
    },
    {
      "name": "repeat..until-重复循环...直到",
      "path": "/web/help/基础语法.repeat..until-重复循环...直到.html",
      "text": "repeat\n\t\nuntil",
      "open": "false"
    },
    {
      "name": "返回(return)",
      "path": "/web/help/基础语法.return-返回.html",
      "text": "return",
      "open": "false"
    },
    {
      "name": "休眠(sleep)",
      "path": "/web/help/基础语法.sleep-休眠.html",
      "text": "sleep()",
      "open": "false"
    },
    {
      "name": "循环语句(while..do..end)",
      "path": "/web/help/基础语法.while..do..end-循环语句.html",
      "text": "while do\n\t\nend",
      "open": "false"
    },
    {
      "name": "数组{,,,}",
      "path": "/web/help/基础语法.数组{,,,}.html",
      "text": "local Array = {,}",
      "open": "false"
    },
    {
      "name": "调用Lua文件(require)",
      "path": "/web/help/基础语法.require-调用Lua文件.html",
      "text": "require()",
      "open": "false"
    }
  ]
}