Y
Hacker News
new
|
ask
|
show
|
jobs
by
orthoxerox
37 days ago
In C# it's not a lone ?, it's two operators: ?. and ?[
Lua could have ?. ?[ ?" ?{ and ?(
1 comments
nmz
36 days ago
I'd rather it use ?.() the . means getkey, () means expression using .(expr) should be the same as array[], throwing ? as a character should be very obvious what it does.
link