true:

This expression returns true if the path specified after it exists and has value that evaluates to true (the value can be of any type). It is analogous to PHP's !empty() construct.

Tip

In PHPTALES use !empty() instead.