Style and coding practice for a very weakly typed language
I am using a proprietary language called VGL which really does not type variables at all. For Example I could Declare variables as such: DECLARE thisvariable, thatvariable, anothervariable all three of the above variables can be used in any different way I choose, string, integer, character, float, Boolean etc... The product in it's n...