(svn r942) -Merged branch/network back into the trunk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user