summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/algxpar/algxpar-brazilian.kw.tex
blob: 899c01b903afb0c7e0087aec89068bd284368f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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,
}