PotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 2 years agoThe easiest problemdiscuss.tchncs.deimagemessage-square99linkfedilinkarrow-up1640arrow-down116file-text
arrow-up1624arrow-down1imageThe easiest problemdiscuss.tchncs.dePotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 2 years agomessage-square99linkfedilinkfile-text
minus-squareperviouslyiner@lemmy.worldlinkfedilinkarrow-up9·2 years agoJust be careful naming your function “stdout()” or things could get weird…
minus-squaremkwt@lemmy.worldlinkfedilinkarrow-up12·2 years agoOr Fortran variables that collide with Fortran built-in functions. Keep in mind that array subscript and function call are both () in Fortran.
Just be careful naming your function “stdout()” or things could get weird…
Or Fortran variables that collide with Fortran built-in functions.
Keep in mind that array subscript and function call are both () in Fortran.