View previous topic :: View next topic |
Author |
Message |
Serge_A
Joined: 20 Oct 2008 Posts: 7 Location: Germany
|
Posted: Thu Oct 23, 2008 9:41 am Post subject: Error/misprint in ClearWin+ Tutorial |
|
|
I,m using Plato 4.10
Step 6 of Tutorial contains the text of INTEGER FUNCTION factoriser() thas fas the line:
IF(n.GT.1)GOTO 1
No label '1' in function
Sorry, may be it is an old finding. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Thu Oct 23, 2008 3:14 pm Post subject: |
|
|
Looks like the 1 should be a label for the DO k=2,n |
|
Back to top |
|
 |
Serge_A
Joined: 20 Oct 2008 Posts: 7 Location: Germany
|
Posted: Thu Oct 23, 2008 4:41 pm Post subject: |
|
|
Thank you, Paul.
May be someone updating the ClearWin+ Tutorial will recall it. |
|
Back to top |
|
 |
|