1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 06:45:09 +00:00
qb64/internal/source/ret240.txt

16 lines
208 B
Text
Raw Normal View History

2021-07-29 21:50:06 +00:00
if (next_return_point){
next_return_point--;
switch(return_point[next_return_point]){
case 0:
error(3);
break;
2021-07-31 22:14:59 +00:00
case 148:
goto RETURN_148;
break;
case 149:
goto RETURN_149;
break;
2021-07-29 21:50:06 +00:00
}
}
error(3);