[curprompt, pause_level] = prompt();
if curprompt <> ascii([45. 45. 62.]) then bugmes();quit;end
if pause_level <> 0 then bugmes();quit;end
-prompt('-- My Prompt -->');
+prompt("-- My Prompt -->");
1+1;
-ierr = execstr('[a,b,c] = prompt();','errcatch');
+ierr = execstr("[a,b,c] = prompt();","errcatch");
if ierr <> 999 then bugmes();quit;end
-ierr = execstr('[a,b] = prompt(1);','errcatch');
+ierr = execstr("[a,b] = prompt(1);","errcatch");
if ierr <> 999 then bugmes();quit;end
-ierr = execstr('[a,b] = prompt(''1'');','errcatch');
+ierr = execstr("[a,b] = prompt(''1'');","errcatch");
if ierr <> 999 then bugmes();quit;end
// =============================================================================