mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 14:18:13 +01:00
update doc
This commit is contained in:
parent
0a73460884
commit
cfa0d211ed
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user