1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-21 14:25:08 +00:00
qb64/internal/source/ret246.txt

16 lines
208 B
Text
Raw Normal View History

2021-08-15 06:00:33 +00:00
if (next_return_point){
next_return_point--;
switch(return_point[next_return_point]){
case 0:
error(3);
break;
2021-08-24 07:04:43 +00:00
case 160:
goto RETURN_160;
break;
case 161:
goto RETURN_161;
break;
2021-08-15 06:00:33 +00:00
}
}
error(3);