mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 06:47:46 +02:00
add doc
This commit is contained in:
16
docs/lib2-reverse.md
Normal file
16
docs/lib2-reverse.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# reverse
|
||||||
|
|
||||||
|
Reverse a list.
|
||||||
|
|
||||||
|
**Since: **: 2.0
|
||||||
|
|
||||||
|
## Parameters
|
||||||
|
|
||||||
|
- `lt` : The list to be reversed.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
include <util/reverse.scad>;
|
||||||
|
|
||||||
|
echo(reverse([1, 2, 3])); // ECHO: [3, 2, 1]
|
||||||
|
|
Reference in New Issue
Block a user