Skip to content

Mathematical operation #219

@MattiasEppler

Description

@MattiasEppler

Hi see this in the examples.
render("{% if guest_count < (3+2) and all_tired %}Sleepy...{% else %} ... ", data );

you can do an addition.

But following will throw an exception
render("{% set guest_count = (3+2) %} " , data );
Why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions