displays values in the scilab console
display(x,[y,...])
value
display(...) displays the values of its arguments in the scilab console.
display(...)
a=1 display(a,10,"scilab")