|
|
|
|
|
by billev2k
517 days ago
|
|
Crazy usage of "+". Using "+" as a synonym for "var" seems pretty pointless. Suffix "+" to mean stack allocated (vs not yet allocated?), unless it's an array, in which case "+" means objects not pointers. Or so it seems. And allowing the minus sign as an identifier character is just asking for errors. Some nice ideas (member functions!). Love to see the next evolution. |
|