how to handle empty expressions?



Hello,

I have a loop like

for x in list unless (var : boolean expression) do "nothing";

Is there a Maxima idiom for "nothing"? It seems to use "0" is a safe way.
Is there a better way (like "nil")?

Thanks

Oliver