diff --git a/functions/strings.xml b/functions/strings.xml index cfefa42849..d5c3747473 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -558,6 +558,13 @@ echo 'foo is $foo'; // foo is $foo echo $foo; // foobar echo $foo,$bar; // foobarbarbaz +echo <<