I would like to load one or more .fsx files into the F# interactive and have all the functions defined in the .fsx files in scope so that I can dir
.fsx
For running script from a terminal and using it in the interactive mode you can add the next directives:
#if INTERACTIVE #else module Script #endif