[svn:parrot] r46383 - trunk/examples/shootout

plobsing at svn.parrot.org plobsing at svn.parrot.org
Fri May 7 07:12:20 UTC 2010


Author: plobsing
Date: Fri May  7 07:12:20 2010
New Revision: 46383
URL: https://trac.parrot.org/parrot/changeset/46383

Log:
update revcomp example for String.trans changes

Modified:
   trunk/examples/shootout/revcomp.pir

Modified: trunk/examples/shootout/revcomp.pir
==============================================================================
--- trunk/examples/shootout/revcomp.pir	Fri May  7 06:34:03 2010	(r46382)
+++ trunk/examples/shootout/revcomp.pir	Fri May  7 07:12:20 2010	(r46383)
@@ -87,7 +87,7 @@
         line = revline
 #
 	.const 'Sub' tr_00 = 'tr_00_init'
-	$P0.'trans'(line, tr_00)
+	line = $P0.'trans'(line, tr_00)
 
 	i = 0
 	$S0 = 'x'


More information about the parrot-commits mailing list