You are browsing as a guest. Sign up (or log in) to start making projects!

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
0
9

Comments 0

No comments yet. Be the first!