anders to Programmer [email protected] • 2 years agoWhen you come back from vacation rytter.meimagemessage-square12fedilinkarrow-up1567arrow-down120file-text
arrow-up1547arrow-down1imageWhen you come back from vacation rytter.meanders to Programmer [email protected] • 2 years agomessage-square12fedilinkfile-text
minus-square@Dasnaplink22•2 years agoMe temporarily forgetting the structure of an if statement in Shell.
minus-square@[email protected]linkfedilink21•2 years agoI write shell scripts only very occasionally and have to look this up every time.
minus-squareLazaroFilmlinkEnglish3•2 years agoAnd then there’s stupid Cpp with if (true) { do(); } Or if THIS do(); endif
minus-squareActuallyRubenlinkfedilink3•2 years agoWhat’s weird about the C++ one? At least that one is the same in a bunch of languages
Me temporarily forgetting the structure of an if statement in Shell.
I write shell scripts only very occasionally and have to look this up every time.
deleted by creator
Like this I think
if [1]; then echo "hi" fi
And then there’s stupid Cpp with
if (true) { do(); }
Or
if THIS do(); endif
What’s weird about the C++ one? At least that one is the same in a bunch of languages