Skip to content

Commit 211e4ae

Browse files
author
Adit Sheth
committed
Resolved comments.
1 parent 8bb759c commit 211e4ae

File tree

1 file changed

+2
-0
lines changed
  • docs/fsharp/tools/fsharp-interactive

1 file changed

+2
-0
lines changed

docs/fsharp/tools/fsharp-interactive/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ printfn "%A" (getOddSquares [1..10])
117117
./ExecutableScript.fsx
118118
```
119119

120+
> **Note**: Shebang functionality (`#!`) is specific to Unix-like systems such as Linux and MacOS. On Windows, you can execute scripts using `dotnet fsi Script.fsx` directly in the terminal or command prompt.
121+
120122
This feature allows for a more seamless experience when working with F# scripts in environments like Linux and macOS.
121123

122124
F# scripting is natively supported in [Visual Studio](../../get-started/get-started-visual-studio.md) and [Visual Studio Code](../../get-started/get-started-vscode.md).

0 commit comments

Comments
 (0)