Skip to content

Commit

Permalink
PR/
Browse files Browse the repository at this point in the history
  • Loading branch information
imaman committed Nov 12, 2024
1 parent 1ea0c9a commit 01dce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/septima-lang/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- supoort sorting an array: `[97, 100, 50].sort()`, `['the', 'quick', 'brown', 'fox'].sort((a, b) => a.length - b.length)`
- fix object comparsion

### #173
### PR/#173

- support block comments `4 + /* now five */ 5`
- support default values for function args: `(a, b = 1000) => a + b`
Expand Down

0 comments on commit 01dce16

Please sign in to comment.