x_message - X window message
for displaying a message (diagnostic,... ) and waiting for an answer (button click). The function returns only after a click on a button.
gain=0.235;x_message('value of gain is :'+string(gain)) x_message(['singular matrix';'use least squares']) r=x_message(['Your problem is ill conditioned'; 'continue ?'],['Yes','No'])