NAME
Raise — Take a list and group its elements into sub-lists.
ERRORS
Error Conditions
ConditionError CodeError Message
The input list cannot be grouped into sublists of the given length. -6 Input value $SublistLength does not divide list evenly.
Input value is out-of-range. -8 Input value $Value is out-of-range.
Input value is non-positive. -9 Expected positive input value, got input value $Value instead.
For the main part of the command documentation, see here.