L3DT users' wiki
Large 3D terrain generator

echo

Description

Echo a given string of text to the event log.

Function prototype

void echo <string:text>

Arguments

Name Type Comment
text string The string of text to be echoed to the event log.

Return value

None (void).

Example

Using a literal string

echo "hello"

Using a string variable

string s
set s "hello"
echo s

Using a non-string variable

int i
set i 1024
echo i

Comments

None.

See also

None.

 
plugins/general/zeoscript/reference/functions/echo.txt · Last modified: 2017/08/31 04:39 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki