• irmoz
    link
    fedilink
    arrow-up
    19
    ·
    edit-2
    9 months ago

    The error is usually with the line before

    EDIT: could be a missing bracket:

    if (x == 5){
        do_thing();
    

    or a comparison in place of an assignment:

    x == 5;