Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored Dec 19, 2024
1 parent c09affa commit 8e710dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ fn({min: 5}) // min*60 + "sec" == "300sec"
['()', a, b]; // access operator `a(b)`
[, 'a']; // literal value `'a'`
a; // variable (from scope)
null; // placeholder
null|empty; // placeholder

// eg.
['()', 'a'] // (a)
Expand Down

0 comments on commit 8e710dd

Please sign in to comment.