[ic] comparing two scratch vars

Jud Harris interchange-users@interchange.redhat.com
Thu Sep 20 18:31:00 2001


OK - another, probably simple, ITL question.

[if type="scratch" term="var1" op"==" compare="[scratch var2]"]vars are
equal[/if]

Is there a non-named way of doing this?  ... a cleaner way?

Intuitively, it's:

[if [scratch var1] == [scratch var2]]vars are equal[/if]

Is there some reason that's not implemented/possible?

-Jud