mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
change language in examples back to csharp
parser does not support fsharp syntax highlighting
This commit is contained in:
@@ -16,7 +16,7 @@ The syntax of F# is different from C-style languages:
|
|||||||
|
|
||||||
If you want to try out the code below, you can go to [tryfsharp.org](http://www.tryfsharp.org/Create) and paste it into an interactive REPL.
|
If you want to try out the code below, you can go to [tryfsharp.org](http://www.tryfsharp.org/Create) and paste it into an interactive REPL.
|
||||||
|
|
||||||
```fsharp
|
```csharp
|
||||||
|
|
||||||
// single line comments use a double slash
|
// single line comments use a double slash
|
||||||
(* multi line comments use (* . . . *) pair
|
(* multi line comments use (* . . . *) pair
|
||||||
|
Reference in New Issue
Block a user