@[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]linkfedilink3•1 year agoWould you rather have semicolons or significant newlines?
minus-square@[email protected]OPlinkfedilink5•1 year agoSemicolons. Statement’s can be written in multiple lines such as rust io::stdin(&mut foo) .unwrap(). Idk if it would work if the newlines were significant. Also when I paste something, it could be ready hard for the formatter to format it.
Would you rather have semicolons or significant newlines?
Semicolons. Statement’s can be written in multiple lines such as
rust io::stdin(&mut foo) .unwrap()
. Idk if it would work if the newlines were significant. Also when I paste something, it could be ready hard for the formatter to format it.