mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-29 11:58:39 +01:00
add doc
This commit is contained in:
parent
f542661e2a
commit
46c25aa51e
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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user