Prin - Function SummarySummary:Outputs a value with no line break. Usage:prin value Arguments:value - The value to print Description:No line termination is used, so the next value printed will appear on the same line. If the value is a block, each of its values will be evaluated first then printed.
Related:print - Outputs a value followed by a line break.
| ||||
|