Files
wren/doc/site
Gavin Schulz 55e98a3b7c docs: correct fn.call argument count docs and list.insert example output
- Fix fn.call documentation to clarify that extra arguments are discarded
  rather than causing a runtime error
- Correct list.insert example output from "[a, e, c, d]" to "[a, e, b, c, d]"
  to accurately reflect insertion behavior
2015-04-19 20:32:15 +00:00
..