Microsoft Small Basic 0.6 released

This release includes German localization.
In addition, new features have been added and some bugs fixed:
- Updated user guide, which now includes the chapter Arrays (currently only in English).
- Added method Zoom for Shapes object, with which you can scale the shape.
- Added work with inverse trigonometric functions (Arc) for the Math object.
- The Arguments object has been deleted, its functionality has been moved to the Program object.
- The GetAllIndices method returns all indices for an array (Array) as another array.
- For the Clock object, the ElapsedMilliseconds property has been added, which returns the number of milliseconds that have elapsed since 1900.
- For the GraphicsWindow object, a TextInput event has been added, which occurs when text is entered into a window with graphics.
- Many bugs have also been fixed.
You can download it from here:
http://msdn.microsoft.com/en-us/devlabs/cc950524.aspxYou can ask questions about Small Basic
on the forum of the Russian-speaking community.
')
Source: https://habr.com/ru/post/67543/
All Articles