M
Méta-MCI \(MVP\)
Hi!
print become a function ; OK
I thought: and why the affection (=) would not become, also, a function?
Examples:
a = 123 return 123
b,c = 543.21, "LOL" return (543.21, "LOL")
@-salutations
Michel Claveau
print become a function ; OK
I thought: and why the affection (=) would not become, also, a function?
Examples:
a = 123 return 123
b,c = 543.21, "LOL" return (543.21, "LOL")
@-salutations
Michel Claveau