Can I assign multiple variables in coffee
like in python
:
a, b, c = 'this', 'is', 'variables'
print c
>>>variables
Try with [a, b, c] = ['this', 'is', 'variables']
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With