Author: Whiteknight
Date: Sat Dec 6 06:46:47 2008
New Revision: 33558
Modified:
trunk/docs/book/ch04_pir_subroutines.pod
Log:
[Book] small updates and fixes to Chp4 and Chp6
Modified: trunk/docs/book/ch04_pir_subroutines.pod
==============================================================================
--- trunk/docs/book/ch04_pir_subroutines.pod (original)
+++ trunk/docs/book/ch04_pir_subroutines.pod Sat Dec 6 06:46:47 2008
@@ -282,7 +282,7 @@
The example above could have been written using simple labels instead
of separate compilation units:
- .sub _main
+ .sub main
$I1 = 5 # counter
call fact # same as bsr fact
print $I0