echo

echo

echo

Function

Convert all parameters to strings, concatenate them with spaces and output them to the console.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
valueNAnyNoNoneThe value to output.

Return value

TypeDescription
EmptyReturns Empty after output is complete.

Example

Notes

  • Fixed inserting a space between multiple parameters.
  • The bracketless syntax only supports one expression parameter; please use the function form for multiple parameters.
  • When empty is actively output, it will be displayed as empty to facilitate troubleshooting of missing values.