* 'expr1#message1|expr2#message2|expr3#message3' *
'n'
'n==1'
'n%10==2 && n>10'
'n==1#one|n==2#two|n>2#others'
'two'
'1'
'1#one|2#two|n>2#others'