rev 483 - trunk/docs/tutorial
SVN User <[email protected]> Fri, 14 May 2004 03:30:15 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark
Date: 2004-05-14 03:30:11 -0400 (Fri, 14 May 2004)
New Revision: 483
Modified:
trunk/docs/tutorial/tutorial2.htm
Log:
fixed a typo and a link
Modified: trunk/docs/tutorial/tutorial2.htm
===================================================================
--- trunk/docs/tutorial/tutorial2.htm 2004-05-14 07:15:57 UTC (rev 482)
+++ trunk/docs/tutorial/tutorial2.htm 2004-05-14 07:30:11 UTC (rev 483)
@@ -25,7 +25,7 @@
Page</a></td>
<td width="183" valign="middle" align="center" height="25"><a href="index.htm">Tutorial
Outline</a></td>
- <td width="139" valign="middle" align="center" height="25"><a href="tutorial2.htm">Next
+ <td width="139" valign="middle" align="center" height="25"><a href="tutorial3.htm">Next
Page</a></td>
</tr>
</table>
@@ -91,7 +91,7 @@
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="+2"><a name="linecont"></a>2.3
Line Continuations</font> </p>
<p>When a Prothon line is too long to fit in your text editor comfortably,
- you can spread it across two or more lines by coninuing a line of code
+ you can spread it across two or more lines by continuing a line of code
on the next line. Some of these ways don't work in the console so I'll
just show you examples here.</p>
<p><a name="backslash"></a>There are three ways to indicate a line continuation.
@@ -174,7 +174,7 @@
Page</a></td>
<td width="183" valign="middle" align="center" height="25"><a href="index.htm">Tutorial
Outline</a></td>
- <td width="139" valign="middle" align="center" height="25"><a href="description-2.htm">Next
+ <td width="139" valign="middle" align="center" height="25"><a href="tutorial3.htm">Next
Page</a></td>
</tr>
</table>