ast.Program
Program is a derived class of ast.Function
A program is just like a function, with the exception of its storage location. Programs are defined to be discoverable in the calculator under the same name as they have in the code.
.tibasic (str)
The tibasic property serves as a cache during generation. The contained string is not used by the program and can be used in the python toolkit to make parsing easier.