On 2015-07-28, Michael Schroeder <m...@suse.de> wrote:
> And there's IF and THEN/ELSE. IF is a postfix op, like in perl
> and ruby:
>
> Requires: a IF b
>
> THEN/ELSE is the infix one:
>
> Requires: b THEN a
> Requires: b ? a
> Requires: b THEN a ELSE c
> Requires: b ? a : c
>
When I read the documentation I wondered why different notations are
used. It puzzles me.

-- Petr

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to