TadoTheRustacean@programming.dev to Programmer Humor@programming.dev · 2 years agoWhat are variables and semicolons for actually?message-squaremessage-square36fedilinkarrow-up1113file-text
arrow-up1113message-squareWhat are variables and semicolons for actually?TadoTheRustacean@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square36fedilinkfile-text
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up2·edit-22 years agoYou can replace return foo with just foo.
minus-squareUsername@feddit.delinkfedilinkarrow-up4·2 years 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