Checks if Scilab has been built with TCL/TK
r = with_tk()
a boolean
Returns %t if Scilab has been built with TCL/TK interface or %f if not.
%t
%f
if with_tk() == %t then disp("Tk is available"); else disp("Tk is not available"); end