• iopq@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    edit-2
    3 months ago
    while code_is_working != true {
        response = post(matrix_channel, [code, error_code]);
        [code_is_working, error_code] = run(response);
    }