diff options
Diffstat (limited to 'pt-br/pascal-pt.html.markdown')
| -rw-r--r-- | pt-br/pascal-pt.html.markdown | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/pt-br/pascal-pt.html.markdown b/pt-br/pascal-pt.html.markdown index d6d675c3..3a37271a 100644 --- a/pt-br/pascal-pt.html.markdown +++ b/pt-br/pascal-pt.html.markdown @@ -1,10 +1,12 @@  ---  language: Pascal -filename: learnpascal.pas +filename: learnpascal-pt.pas  contributors: -	- ["Ganesha Danu", "https://github.com/blinfoldking"] -	- ["Keith Miyake", "https//github.com/kaymmm"] +    - ["Ganesha Danu", "https://github.com/blinfoldking"] +    - ["Keith Miyake", "https//github.com/kaymmm"] +translators:      - ["Raul Almeida", "https://github.com/almeidaraul"] +lang: pt-br  --- @@ -43,7 +45,7 @@ VAR  //programa de fato  BEGIN -    { +    80          aqui ficam todas as instruções que não pertencem nem a funções   		nem a procedimentos  | 
