On Št 16. Jún 2011 09:00:27 Josef Reidinger wrote: > Martin Vidner write: > > On Tue, Jun 14, 2011 at 12:53:18PM -0000, [email protected] wrote:
[snip] > > > + } > > > + string current_kind = (string) table_item[1]:""; > > > + string current_name = (string) table_item[2]:""; > > > > Actually 'foo[index]:default' already includes casting the result to > > the type of 'default', so (string) is superfluous here. > > Really? Interesting feature. Is it documented?...so if I have > table_item[1]:nil then type is any? Correct. Stano -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
