mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-26 16:15:09 +02:00
Fixed frontmatter
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
---
|
---
|
||||||
language: Pascal
|
language: Pascal
|
||||||
filename: learnpascal.pas
|
filename: learnpascal-pt.pas
|
||||||
contributors:
|
contributors:
|
||||||
- ["Ganesha Danu", "https://github.com/blinfoldking"]
|
- ["Ganesha Danu", "https://github.com/blinfoldking"]
|
||||||
- ["Keith Miyake", "https//github.com/kaymmm"]
|
- ["Keith Miyake", "https//github.com/kaymmm"]
|
||||||
|
translators:
|
||||||
- ["Raul Almeida", "https://github.com/almeidaraul"]
|
- ["Raul Almeida", "https://github.com/almeidaraul"]
|
||||||
|
lang: pt-br
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@@ -43,7 +45,7 @@ VAR
|
|||||||
|
|
||||||
//programa de fato
|
//programa de fato
|
||||||
BEGIN
|
BEGIN
|
||||||
{
|
80
|
||||||
aqui ficam todas as instruções que não pertencem nem a funções
|
aqui ficam todas as instruções que não pertencem nem a funções
|
||||||
nem a procedimentos
|
nem a procedimentos
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user