Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Make parrot #6.02 actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Dec 7, 2009
1 parent cfe8683 commit 60b5df3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parrot/006/02.pir
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
sum = new 'Integer' sum = new 'Integer'
squaresum = new 'Integer' squaresum = new 'Integer'
$P1 = new 'Integer' $P1 = new 'Integer'
$P2 = new 'Integer'
$P3 = new 'Integer'
$P4 = new 'Integer'
sum = 0 sum = 0
squaresum = 0 squaresum = 0
$P1 = 1 $P1 = 1
Expand Down

0 comments on commit 60b5df3

Please sign in to comment.