Is there any such function, something like

procedure do_nothing(X)
end

built in or in library? Because, it seems suitable to suppress program output using write:=do_nothing. Is there any other trick to achieve the same? (Until better solution is found, those in need can use the following freeware version.)

procedure do_nothing(X)
   write("Please register to get rid of this message.")
end




----
Kazimir Majorinc, Zagreb, Croatia

Reply via email to