Added some documentation to some ./examples/*.fun scripts.
This commit is contained in:
parent
aaa2094b47
commit
84ef262588
16 changed files with 151 additions and 13 deletions
|
|
@ -8,7 +8,18 @@
|
|||
* Licensed under the terms of the ISC license.
|
||||
* https://opensource.org/license/isc-license-txt
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Advanced Arrays Example
|
||||
*
|
||||
* Covers more complex array features such as:
|
||||
* - Multi-dimensional arrays
|
||||
* - Array concatenation and splitting
|
||||
* - Repeating elements in arrays
|
||||
* - Array comprehensions with transformations
|
||||
* - Working with nested arrays
|
||||
*/
|
||||
|
||||
// Advanced Arrays Demo
|
||||
|
||||
// Start with a basic array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue