• @[email protected]
    link
    fedilink
    English
    51 year 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}