@BetterClient on Scratcher · 14 days ago 50m 50s logged Did more syntax improvements Added ++ and – support: index++; Added type inference support: auto a = Triangle(5, 15, 60, -120, 240, 67); //type automatically becomes Triangle auto a = func(); //type automatically becomes the return type of func
@BetterClient on Scratcher · 14 days ago 50m 50s logged Did more syntax improvements Added ++ and – support: index++; Added type inference support: auto a = Triangle(5, 15, 60, -120, 240, 67); //type automatically becomes Triangle auto a = func(); //type automatically becomes the return type of func
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.