summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/algxpar/algxpar-brazilian.kw.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/algxpar/algxpar-brazilian.kw.tex')
-rw-r--r--Master/texmf-dist/tex/latex/algxpar/algxpar-brazilian.kw.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/algxpar/algxpar-brazilian.kw.tex b/Master/texmf-dist/tex/latex/algxpar/algxpar-brazilian.kw.tex
new file mode 100644
index 00000000000..899c01b903a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/algxpar/algxpar-brazilian.kw.tex
@@ -0,0 +1,38 @@
+% Brazilian Portuguese keywords
+% Moreira, J. (moreira.jander@gmail.com)
+\AlgLanguageSet{brazilian}{
+ description = Descrição,
+ input = Entrada,
+ output = Saída,
+ require = {Pré-condição},
+ ensure = {Pós-condição},
+ end = fim,
+ if = se,
+ then = então,
+ else = senão,
+ switch = seleção,
+ of = de,
+ case = caso,
+ otherwise = {caso~contrário},
+ do = faça,
+ while = enquanto,
+ repeat = repita,
+ until = {até~que},
+ loop = {laço},
+ foreach = {para~cada},
+ forall = {para~todo},
+ for = para,
+ to = até,
+ downto = {regressivo~até},
+ step = passo,
+ continue = {reinicie~a~repetição},
+ break = {interrompa~a~repetição},
+ function = função,
+ procedure = procedimento,
+ return = retorne,
+ true = Verdadeiro,
+ false = Falso,
+ nil = Nil,
+ read = leia,
+ write = escreva,
+}