Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1172b7d commit c0fdca7Copy full SHA for c0fdca7
components/expression_language/syntax.rst
@@ -49,7 +49,7 @@ to JavaScript::
49
)
50
);
51
52
-This will print ``Honeycrisp``.
+This will print out ``Honeycrisp``.
53
54
Calling Methods
55
~~~~~~~~~~~~~~~
@@ -79,7 +79,7 @@ JavaScript::
79
80
81
82
-This will print ``Hi Hi Hi!``.
+This will print out ``Hi Hi Hi!``.
83
84
.. _component-expression-functions:
85
@@ -97,7 +97,7 @@ constant::
97
'constant("DB_USER")'
98
99
100
-This will print ``root``.
+This will print out ``root``.
101
102
.. tip::
103
@@ -121,7 +121,7 @@ array keys, similar to JavaScript::
121
122
123
124
-This will print ``42``.
+This will print out ``42``.
125
126
Supported Operators
127
-------------------
0 commit comments