Difference between revisions of "Print"

From Second Life Wiki
Jump to navigation Jump to search
(Print moved to LlPrint: conformance)
 
Line 1: Line 1:
#REDIRECT [[LlPrint]]
{{LSL Header|
}}{{#vardefine:name|print
}}{{#vardefine:p_value_desc|value or variable to be printed to stdout
}}{{#vardefine:header_title|{{#var:name}}({{LSL Param|value}});
}}{{#vardefine:header_text|{{{!}}
Returns a variable of the same type as the input parameter
{{LSL DefineRow|type|value|{{#var:p_value_desc}}}}
{{!}}}
}}{{#vardefine:examples|
}}{{#vardefine:notes|
}}{{#vardefine:caveats|
}}{{#vardefine:helpers|
}}{{#vardefine:also_header|
}}{{#vardefine:also_footer|
}}{{#vardefine:also_functions|
}}{{#vardefine:also_events|
}}{{#vardefine:also_articles|
}}{{#vardefine:also_tests|
}}{{#vardefine:location|
}}{{LSL Generic}}

Revision as of 10:10, 29 March 2007

The correct title of this article is print. The initial letter is shown capitalized due to technical restrictions.

print(value);

print(value);
Returns a variable of the same type as the input parameter
• type value value or variable to be printed to stdout

Examples