Nested function: Difference between revisions

m
→‎{{header|Phix}}: corrected version and grammar
m (Updated description and link for Fōrmulæ solution)
m (→‎{{header|Phix}}: corrected version and grammar)
Line 1,108:
but must pass in everything you need explicitly, and anything you need to update must be a reference type, which
is only dictionaries and class instances, not integers, atoms, sequences, strings, or any user-defined types, as
they are all effectively read-only. TheReferring properto errorsidentifiers shouldin youthe wronglycontaining/outer referfunction toissues container identifiers will beproper errors
issued in 1.0.30 and later, prior to that it simply won't work as hoped for.
=== using a dictionary ===
<lang Phix>function MakeList(string sep=". ")
7,818

edits