diff --git a/reference/strings/functions/print.xml b/reference/strings/functions/print.xml index 67b4e5dd0b..68590f0e63 100644 --- a/reference/strings/functions/print.xml +++ b/reference/strings/functions/print.xml @@ -1,5 +1,5 @@ - + @@ -9,16 +9,17 @@ Description - boolprint + intprint stringarg - Outputs arg. &return.success; + Outputs arg. Returns 1, + always. print is not actually a real function (it is a language construct) so you are not required to use parentheses - with it. + with its argument list. <function>print</function> examples