1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-15 21:55:16 +00:00
qb64/internal/source/ret137.txt
2021-08-24 07:04:43 +00:00

13 lines
171 B
Plaintext

if (next_return_point){
next_return_point--;
switch(return_point[next_return_point]){
case 0:
error(3);
break;
case 132:
goto RETURN_132;
break;
}
}
error(3);