Is there anyway to lose the zero at the end of a number when it is being displayed as a string. I assume it is due to the fact that Alice seems to use doubles for everything. I know you can not cast it to an integer, but has anyone figured out how to lose the zero without having to put something in front of it to hide it?
I'm relatively new to Alice, but know Java, PLSQL, PHP, C#, C etc pretty well as well as some Python. How do you define a Python function and call it within Alice?
Are the built in functions found in the Required/jython-2.1/Lib folder? If so how do I place a function into the /Lib folder and have it included into the Alice world?