Skip to content

Latest commit

 

History

History
62 lines (61 loc) · 1.13 KB

File metadata and controls

62 lines (61 loc) · 1.13 KB

return

Will return the given value.

{
  "runtime_name": "std::control::return",
  "runtime_parameter_definitions": [
    {
      "data_type_identifier": {
        "type": {
          "GenericKey": "R"
        }
      },
      "runtime_name": "value",
      "name": [
        {
          "code": "en-US",
          "content": "Return Value"
        }
      ],
      "description": [
        {
          "code": "en-US",
          "content": "The value to be returned."
        }
      ],
      "documentation": [
        {
          "code": "en-US",
          "content": "This value will be returned to the upper context."
        }
      ]
    }
  ],
  "return_type_identifier": {
    "type": {
      "GenericKey": "R"
    }
  },
  "name": [
    {
      "code": "en-US",
      "content": "Return"
    }
  ],
  "description": [
    {
      "code": "en-US",
      "content": "Returns the specified value to the upper context."
    }
  ],
  "documentation": [
    {
      "code": "en-US",
      "content": "Returns the specified value to the upper context."
    }
  ],
  "generic_keys": ["R"],
  "deprecation_message": [],
  "throws_error": false
}