# New Ticket Created by  Leon Brocard 
# Please include the string:  [perl #21301]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21301 >


This little patch changes the life.pasm in examples/assembly/ to use a
small spaceship instead. This can provide hours of enjoyment at
conferences if projected onto a big screen while answering parrot
questions.

Leon
-- 
Leon Brocard.............................http://www.astray.com/
scribot.................................http://www.scribot.com/

... Do not meddle in the affairs of dragons, for you are crunchy


-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/52439/39717/fefd53/life.pasm.diff

Index: examples/assembly/life.pasm
===================================================================
RCS file: /cvs/public/parrot/examples/assembly/life.pasm,v
retrieving revision 1.14
diff -u -r1.14 life.pasm
--- examples/assembly/life.pasm 27 Jan 2003 17:08:01 -0000      1.14
+++ examples/assembly/life.pasm 19 Feb 2003 13:10:16 -0000
@@ -12,16 +12,16 @@
        set I12, 1
        set S0,  "               "
        set S1,  "               "
-       set S2,  "      *        "
-       set S3,  "      **       "
-        set S4,  "     * *       "
-        set S5,  "               "
-       set S6,  "         *     "
-       set S7,  "         *     "
-       set S8,  "         *     "
-       set S9,  "     *         "
-       set S10, "     *         "
-       set S11, "     *         "
+       set S2,  "               "
+        set S3,  "               "
+       set S4,  "   **          "
+       set S5,  " *    *        "
+       set S6,  "       *       "
+       set S7,  " *     *       "
+       set S8,  "  ******       "
+       set S9,  "               "
+       set S10, "               "
+       set S11, "               "
        set S12, "               "
        set S13, "               "
        set S14, "               "

Reply via email to