fsi.exe. F# Interactive accepts many of the same command-line options as the F# compiler, but also accepts some additional options.dotnet fsi, can be launched interactively, or it can be launched from the command line to run a script. dotnet fsi [options] [ script-file [arguments] ]
The file extension for F# script files is .fsx.