mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
Merge pull request #3623 from fighou/patch-1
Update fsharp.html.markdown
This commit is contained in:
commit
3a852a9a62
@ -14,7 +14,7 @@ The syntax of F# is different from C-style languages:
|
|||||||
* Curly braces are not used to delimit blocks of code. Instead, indentation is used (like Python).
|
* Curly braces are not used to delimit blocks of code. Instead, indentation is used (like Python).
|
||||||
* Whitespace is used to separate parameters rather than commas.
|
* Whitespace is used to separate parameters rather than commas.
|
||||||
|
|
||||||
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 [https://try.fsharp.org](https://try.fsharp.org) and paste it into an interactive REPL.
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user