mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
update doc
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Returns a list selected from `begin` to `end`, or to the `end` of the list (`end` not included).
|
||||
|
||||
**Since: ** 2.0
|
||||
**Since:** 2.0
|
||||
|
||||
## Parameters
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
Sorts the elements of a list in ascending order. The list is a list-of-list construct, such as `[[a0, a1, a2...], [b0, b1, b2,...], [c0, c1, c2,...],...]`. When sorting, the function looks only at one index position of each sublist.
|
||||
|
||||
**Since: ** 2.0
|
||||
**Since:** 2.0
|
||||
|
||||
## Parameters
|
||||
|
||||
|
Reference in New Issue
Block a user