index
:
yuescript
0.5.0
main
moonplus
parserlib
pegtl
teal-typed
A mirror of https://github.com/pigpigyyy/Yuescript.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
inputs
/
destructure_defaults.yue
blob: 112d4a189a4868ec6375e9f4627d909da26d85a1 (
plain
)
1
2
3
4
5
6
7
8
9
t = { a: 1 b: c: 3 d: nil } {:a, b: {:c, :d = 4}, :e = 5} = t print a, c, d, e