• Darkassassin07
    link
    fedilink
    English
    arrow-up
    6
    ·
    6 months ago

    if(condition) {#block never used} else {#actually do a thing}

    Vs

    ifn't(condition) {#actually do a thing}

    Vs

    if!(condition) {#actually do a thing}