mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 17:31:44 +03:00
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
(let ((x 42)%( )(y 79)))
|
|
(let [(x 42)%( )(y 79)])
|
|
(let ([x 42]%( )[y 79]))
|
|
(let ({x 42}%( ){y 79}))
|