Difference between revisions of "Print"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
{{!}}} | {{!}}} | ||
}}{{#vardefine:examples| | }}{{#vardefine:examples| | ||
}}{{#vardefine:notes| | }}{{#vardefine:notes|This feature of LSL should probably never be used by anyone other then LL. | ||
}}{{#vardefine:caveats| | }}{{#vardefine:caveats| | ||
}}{{#vardefine:helpers| | }}{{#vardefine:helpers| | ||
Line 19: | Line 19: | ||
}}{{#vardefine:location| | }}{{#vardefine:location| | ||
}}{{LSL Generic}} | }}{{LSL Generic}} | ||
Revision as of 09:16, 29 March 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
- 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
Notes
This feature of LSL should probably never be used by anyone other then LL.