Comments

Line comments and block comments document code without producing output.

Target guide

Use comments to explain intent near complex conditionals, database actions, and compatibility-sensitive regular expressions. Comments inside LaiRu code are not template output.

Examples

Working pattern

1[2// This value is only used for the current request.3local(limit) = 104]
Use this as a focused starting point and adapt it in context.

Related