@[email protected] to Science [email protected]English • 6 days agoif statement == falsei.imgflip.comimagemessage-square39fedilinkarrow-up1242arrow-down118
arrow-up1224arrow-down1imageif statement == falsei.imgflip.com@[email protected] to Science [email protected]English • 6 days agomessage-square39fedilink
minus-square@dohpaz42linkEnglish4•6 days agoNot sure what you’re trying to achieve with that else block, as it affects nothing.
minus-squarekballinkfedilink5•6 days agookay I fixed it if ( test == false ) x = 1 else assert( x != 1 )
Not sure what you’re trying to achieve with that else block, as it affects nothing.
okay I fixed it
if ( test == false ) x = 1 else assert( x != 1 )