Skip to main content

Reverse List

Command description

Reverses a list in place. No new list variable is created.

Command Input Parameters

input parametersInput parameter typeDescription
ListlistList 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.