Here is a simple example:
Let us say we have got an array of integers and let us say we display it as a table. Is there a way to tell the viewer something like "do not display an item if its value is 0"? Maybe something like:
arr, count {@value $; @@display $ != 0}