jow- / ucode

JavaScript-like language with optional templating
ISC License
90 stars 30 forks source link

core-lib: improved documentation #206

Closed efahl closed 3 months ago

efahl commented 3 months ago

Add to docs for int, map and filter. Fix a few stray typos in other function's docs.

Most notable are examples in map, which describe how naive use of int as the mapping function can give very non-intuitive results.

Fixes #205.

Edit: Forgot to mention that I didn't test it, I couldn't (ha, too lazy to) figure out how to generate the doc files from the code, so...

jow- commented 3 months ago

Merged, thanks!