FarmBot/Farmbot-Web-App

View on GitHub
spec/lib/celery_script/ast_fixture6.json

Summary

Maintainability
Test Coverage
{
  "name": "numeric var input",
  "args": {
    "locals": {
      "kind": "scope_declaration",
      "args": {},
      "body": [
        {
          "kind": "variable_declaration",
          "args": {
            "label": "var1",
            "data_value": {
              "kind": "numeric",
              "args": {
                "number": 123
              }
            }
          }
        }
      ]
    },
    "sequence_name": "Delete Me"
  },
  "body": [
    {
      "args": {
        "lua": "print(inspect(variable(\"var1\")))"
      },
      "kind": "lua"
    }
  ]
}