AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

Use commas for fn & matches arguments #187

Closed AshleyYakeley closed 1 year ago

AshleyYakeley commented 1 year ago

Use commas for fn & matches arguments.

Merge fn and fns.

Might still keep separate match and matches however.

fn x, y => x + y
AshleyYakeley commented 1 year ago

Done.