summaryrefslogtreecommitdiff
path: root/docs/console.txt
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
committertruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
commitb8f6d41418982163965dd5beb0b39dbdce1fbe8f (patch)
tree68d3e795694a875138c369707ed74b5b4b022d49 /docs/console.txt
parent0434287ef826a4ed72cd8528a52a86ae8b70a948 (diff)
downloadopenttd-b8f6d41418982163965dd5beb0b39dbdce1fbe8f.tar.xz
(svn r942) -Merged branch/network back into the trunk
Diffstat (limited to 'docs/console.txt')
-rw-r--r--docs/console.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/console.txt b/docs/console.txt
index 03313b1cf..ff6d7eaa0 100644
--- a/docs/console.txt
+++ b/docs/console.txt
@@ -40,13 +40,13 @@ VARIABLES:
VARIABLE HANDLING:
------------------
-*developer = 0
-*developer ++
+developer = 0
+developer ++
-*temp_string = test
-*temp_string = "my little"
+temp_string = test
+temp_string = "my little"
-printf "%s world" *temp_string
+printf "%s world" temp_string
---------------------------------------------------