1
0
Fork 0
forked from fun/fun

Added some documentation to some ./examples/*.fun scripts.

This commit is contained in:
Johannes Findeisen 2025-09-18 02:39:07 +02:00
commit 84ef262588
16 changed files with 151 additions and 13 deletions

View file

@ -8,7 +8,17 @@
* Licensed under the terms of the ISC license.
* https://opensource.org/license/isc-license-txt
*/
/*
* # Extended Built-ins Examples
*
* Demonstrates advanced usage of built-in types including:
* - Customizing default behaviors with `default` keyword
* - Working with large integer values (beyond standard limits)
* - Implementing type-specific extensions
*- Handling edge cases in conversions and operations
*/
// Built-ins: strings, array utils, iteration helpers, and math
// Strings