Author: particle Date: Fri Dec 30 08:08:36 2005 New Revision: 10792 Modified: trunk/examples/japh/japh6.pasm Log: examples: initialize IREG in japh--pass one more win32 test
Modified: trunk/examples/japh/japh6.pasm
==============================================================================
--- trunk/examples/japh/japh6.pasm (original)
+++ trunk/examples/japh/japh6.pasm Fri Dec 30 08:08:36 2005
@@ -1,4 +1,5 @@
newclass P0, "Japh"
+ set I0, 0
set S0, P0[I0]
print S0
inc I0
