Update of /cvsroot/plib/plib/doc/psl
In directory usw-pr-cvs1:/tmp/cvs-serv6727
Modified Files:
impl_guide.html
Log Message:
Improved HTML code
Index: impl_guide.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/psl/impl_guide.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- impl_guide.html 22 Sep 2002 18:27:30 -0000 1.3
+++ impl_guide.html 22 Sep 2002 22:05:41 -0000 1.4
@@ -1,6 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="keywords" content="PSL, PLIB, OpenGL, portable, script, language, Baker, Steve">
+ <meta name="description" content="The PLIB Scripting Language (PSL) Library is a lightweight scripting language that is well suited for games or other interactive programs.">
<title>The PLIB Scripting Language: Implementation Guide.</title>
</head>
<body text="#B5A642" bgcolor="#005000" link="#8FFF8F" vlink="#18A515" alink="#20336B" background="../marble.png">
@@ -35,236 +38,423 @@
<p>
[...562 lines suppressed...]
-<H3> OPCODE_DECREMENT_LVALUE <\H3>
-INTRUCTION BYTES: 1 <br>
-EFFECT: The index and dimension of a variable is on top of the stack.
+<H3> OPCODE_INCREMENT_LVALUE </H3>
+<H3> OPCODE_DECREMENT_LVALUE </H3>
+INTRUCTION BYTES: 1
+<table>
+<tr>
+<td valign="top">
+EFFECT:
+</td>
+<td> The index and dimension of a variable is on top of the stack.<br>
Increment/decrement the variable leaving the stack
- contents undisturbed.
+ contents undisturbed.</td>
+</tr>
+</table>
<hr>
<address>
|