katie/data/scripts/finish.qs
Ivailo Monev a45f8b3bd8 convert resources to static data
images are in PNG format for now but that is likely to change

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-29 10:17:54 +03:00

16 lines
290 B
Text

name = "finish";
group = "running";
shortDescription = "Execute until the current stack frame returns";
longDescription = "Upon return, the value returned is printed.";
seeAlso = [ "next", "continue" ];
function execute() {
scheduleStepOut();
};
function handleResponse(resp) {
}