1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 18:20:37 +00:00
QB64-PE/internal/source/mainerr.txt
2022-01-20 23:16:13 +00:00

16 lines
855 B
Plaintext

if (error_occurred){ error_occurred=0;
if (error_goto_line==1){error_handling=1; goto LABEL_QBERROR_TEST;}
if (error_goto_line==2){error_handling=1; goto LABEL_QBERROR_TEST;}
if (error_goto_line==3){error_handling=1; goto LABEL_QBERROR;}
if (error_goto_line==4){error_handling=1; goto LABEL_QBERROR;}
if (error_goto_line==5){error_handling=1; goto LABEL_QBERROR_TEST;}
if (error_goto_line==6){error_handling=1; goto LABEL_QBERROR;}
if (error_goto_line==7){error_handling=1; goto LABEL_QBERROR_TEST;}
if (error_goto_line==8){error_handling=1; goto LABEL_QBERROR;}
if (error_goto_line==9){error_handling=1; goto LABEL_QBERROR_TEST;}
if (error_goto_line==10){error_handling=1; goto LABEL_QBERROR;}
if (error_goto_line==11){error_handling=1; goto LABEL_QBERROR_TEST;}
if (error_goto_line==12){error_handling=1; goto LABEL_QBERROR;}
exit(99);
}