Merge pull request #727 from adrianVmariano/master

doc tweaks/vnf_merge split
This commit is contained in:
Revar Desmera
2021-11-11 18:48:28 -08:00
committed by GitHub
24 changed files with 764 additions and 750 deletions

View File

@@ -497,7 +497,7 @@ function reverse(x) =
// Topics: List Handling
// See Also: select(), reverse()
// Description:
// Rotates the contents of a list by `n` positions left.
// Rotates the contents of a list by `n` positions left, so that list[n] becomes the first entry of the list.
// If `n` is negative, then the rotation is `abs(n)` positions to the right.
// If `list` is a string, then a string is returned with the characters rotates within the string.
// Arguments: