diff options
Diffstat (limited to 'pt-br/pascal-pt.html.markdown')
-rw-r--r-- | pt-br/pascal-pt.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pt-br/pascal-pt.html.markdown b/pt-br/pascal-pt.html.markdown index 72302695..15a92908 100644 --- a/pt-br/pascal-pt.html.markdown +++ b/pt-br/pascal-pt.html.markdown @@ -249,6 +249,5 @@ BEGIN // programa principal // escrever valor de inutil (sempre 3, já que salvainteiro não a altera) WRITELN('inutil = ', inutil); END. - ``` |