1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-12 15:30:31 +00:00
qb64/internal/source/ret146.txt

16 lines
204 B
Text
Raw Normal View History

if (next_return_point){
next_return_point--;
switch(return_point[next_return_point]){
case 0:
error(3);
break;
2020-02-04 00:29:33 +00:00
case 58:
goto RETURN_58;
break;
2020-02-04 00:29:33 +00:00
case 59:
goto RETURN_59;
break;
}
}
error(3);