@[email protected] to Programmer [email protected] • 1 year agoWhat are variables and semicolons for actually?message-square36fedilinkarrow-up1112arrow-down18file-text
arrow-up1104arrow-down1message-squareWhat are variables and semicolons for actually?@[email protected] to Programmer [email protected] • 1 year agomessage-square36fedilinkfile-text
minus-square@[email protected]linkfedilink2•edit-21 year agoYou can replace return foo with just foo.
minus-square@[email protected]linkfedilink4•1 year agoNot here, because it’s being used as a function argument.
You can replacereturn foo
with justfoo
.Not here, because it’s being used as a function argument.
Oh wow. I hate this lol