hi,
I would like to report 2 possible bugs in the current version of AppGameKit 2017-08-16
1. editor function search:
an click with ctrl on the usage of function written "TheFunction" result that the ide / editor is not able to find the function - possible for reason that the function definition is writte "thefunction" .
so search seems to be case sensitive - but I prefer that it should be not case sensitive.
2. command str():
if the code is going to use an variable that is already an string to use to transform to string by function str() it results in an error. yes of course it is wrong programming, but possible it can be more friendlier if that str() always returns string, even if the parameter variable was given already with string.
best regards