Reverse List
Command description
Reverses a list in place. No new list variable is created.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| List | list | List whose item order will be reversed |
Command Output Parameters
None.
AI Workflow Generation Notes
- The command reverses the list in place and has no output variable.