13 May
2013
13 May
'13
7:30 a.m.
On 13/05/13 11:11, Brian Candler wrote:
On Mon, May 13, 2013 at 08:49:44AM +0100, Brian Candler wrote:
- assignment or comparison where the RHS is a string but the LHS is an attribute with a non-string value causes the RHS to be converted to the type of the LHS (at parse-time if both LHS and RHS are constants, otherwise can be deferred to run-time)
This is also a reason to implement list qualifiers:
if (reply:Session-Time < 100)
I don't understand; you can do this now. Doesn't it already work?