docs/console.txt
changeset 543 946badd71033
parent 288 72ca19a694dd
child 799 15f525805017
--- a/docs/console.txt	Sat Dec 04 15:02:45 2004 +0000
+++ b/docs/console.txt	Sat Dec 04 17:54:56 2004 +0000
@@ -40,13 +40,13 @@
 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
 
 
 ---------------------------------------------------