Robot framework for calling TCL procedures

Can Robot framework be used for accessing\modifying TCL procedures\code directly? If so, what is the library to be used?
I have a TCL code which needs to be called and controlled by using robot framework.

You can call any program from OperatingSystem or Process libraries, but keeping control is another matter.