• dohpaz42@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      10 months ago

      Not sure what you’re trying to achieve with that else block, as it affects nothing.

      • kbal@fedia.io
        link
        fedilink
        arrow-up
        5
        ·
        10 months ago

        okay I fixed it

            if ( test == false )
                x = 1
            else
                assert( x != 1 )