Difference between revisions of "Print"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
{{LSL DefineRow|type|value|{{#var:p_value_desc}}}}
{{LSL DefineRow|type|value|{{#var:p_value_desc}}}}
{{!}}}
{{!}}}
}}{{#vardefine:examples|}}{{#vardefine:notes|
}}{{#vardefine:examples|
}}{{#vardefine:notes|
}}{{#vardefine:caveats|
}}{{#vardefine:caveats|
}}{{#vardefine:helpers|
}}{{#vardefine:helpers|
Line 18: Line 19:
}}{{#vardefine:location|
}}{{#vardefine:location|
}}{{LSL Generic}}
}}{{LSL Generic}}
{{#if:
{{#if:{{#var:examples}}||{{LSLC|Needs Example}}}}

Revision as of 10:11, 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