[Gambas-user] Scripter - removed support for data type short form
Brian G
brian at westwoodsvcs.com
Wed Mar 3 15:32:39 CET 2021
The support for -e command with datatype short forms in the style {type} has be sunsetted and will no longer be supported by Scripter moving forward.
Example:
-e 'for {i}count = 0 to 100: print counter: next'
Must now write
-e 'for count as integer = 0 to 100 : print counter : next'
Any comments regarding this or adding the external ability for plugin custom pre-processor
"Failure is the key to success;
each mistake teaches us something" .. Morihei Ueshiba
Brian G
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210303/37c4621d/attachment.htm>
More information about the User
mailing list