[Bug 760] New: Add an include statement into script to help splitting a script in multiple files

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=760

Summary: Add an include statement into script to help splitting
a script in multiple files
Product: RTT
Version: 1.10.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Scripting
AssignedTo: orocos-dev [..] ...
ReportedBy: charles [dot] lesire [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

No include statement exists today to use a script from another one.
It is especially useful when a FSM is defined in a script file, and one wants
to use it as a SubMachine of another FSM. In this case, either one need to put
all FSM in a unique file (which is terrible for modularity) or use #include and
the gcc preprocessor.