Funcoes implementado. Ultima hora, cheio de variaveis globais.
[myPerl.git] / exps / simples.pl
blob9f09b7f6cdc6aaf16dc7123514c9b59ef7908e82
1 my ($a, $b);
2 if ( $a + $b ) {
3 $a = 1;
6 $b = 1;
7 $a = 10 + 15 * 3 * $b;
9 while ($a) {
10 $a = $a - 1;
11 write_int($a);