Include files in FSX file?

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.

+8
f # f # -scripting f # -interactive
source share
1 answer

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 .

+16
source share

All Articles