« Previous | Next » 

Revision 535fe92f

ID535fe92fa5ad813f25a08b8ac3539360b9443f8a
Parent 38b3e03d
Child f21ff016

Added by Klaus Aehlig about 10 years ago

Allow use of "and"

It is not necessarily bad coding stile to use "and" to present
a list of conditions. In fact, a statement like

and [ foo  foo'
, bar bar'
, baz baz'
]

can be more readable than the equivalent

(foo  foo')
&& (bar bar')
&& (baz baz')

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Petr Pudlak <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences