1
The Axe Parser Project / Re: Features Wishlist
« on: May 08, 2011, 05:27:21 pm »Wait, even on Ifs and Disps and things like that? Remember Python doesn't even enforce them for those. The commands with a space with them are meant to have a different interface IMO.
EDIT: Unless you make Axe Tokens get rid of the spaces and replace them with (, but I doubt that's practical.
Yes, python does require parentheses for it's display command. You don't need them for if, but print() is a function and python always requires parentheses for functions. Unless, of course, you are still using python 2.x, but at this point you really should be using 3.x