diff options
Diffstat (limited to 'pt-br/fsharp-pt.html.markdown')
-rw-r--r-- | pt-br/fsharp-pt.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pt-br/fsharp-pt.html.markdown b/pt-br/fsharp-pt.html.markdown index 55966cda..0fe360c3 100644 --- a/pt-br/fsharp-pt.html.markdown +++ b/pt-br/fsharp-pt.html.markdown @@ -19,7 +19,6 @@ A sintaxe é diferente das linguagens do estilo C (C, C#, Java, etc): Se você deseja executar o código abaixo, copie e cole em [https://try.fsharp.org](https://try.fsharp.org), que é um REPL online. ```fsharp - // comentários de linhas únicas usam barras duplas (* comentários de linhas múltiplas usam o par (* . . . *) @@ -629,7 +628,6 @@ module NetCompatibilityExamples = printfn "Click event with arg=%O" arg) myButton.TestEvent("Hello World!") - ``` ## Mais Informações |