1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

update doc

This commit is contained in:
Justin Lin 2019-06-29 10:40:03 +08:00
parent 0a73460884
commit cfa0d211ed
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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