You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

print()

Usage

print(objects...)

Description
Prints the string representation of all of the given objects into the page rendering buffer. This method is often used in conjunction with each() to create rendering output for a collection of entities etc. in scripting context.

Example

${print('Hello, world!')}

results in

Hello, world!

Search results for "print()"

print()

Prints the string representation of all of the given objects into the page rendering buffer. This method is often used in conjunction with each() to create rendering output for a collection of entities etc. in scripting context.

print(objects...)