To whoever asked (and then deleted the question?):
Yes, of course emojis can be variables.
let 🦕 = [1, 2, 3]
let 🪰 = 2
let 🖨️ = println
🖨️(🦕 * 🪰)
RESULT:
[2, 4, 6]
To whoever asked (and then deleted the question?):
Yes, of course emojis can be variables.
let 🦕 = [1, 2, 3]
let 🪰 = 2
let 🖨️ = println
🖨️(🦕 * 🪰)
RESULT:
[2, 4, 6]