I use F # as the scripting language with FSI. Is there a way to include another fsx file in my script? I want my scripts to be split into several files for large tasks.
Thanks.
If I understand the question correctly, you should be able to use the #load directive to do what you want. See http://msdn.microsoft.com/en-us/library/dd233175.aspx .
#load