On the occasion of the
opening of the Russian-speaking community of Small Basic, I present to you a
hablog dedicated to Small Basic .
As well as the first message in it. :)
___________________
The version contains the most requested features of the community.
The update includes:
')
* IDE (development environment) bug fixes
* Advanced language compiler
* Adding the ElseIf keyword to the language
* Empowering the File object
* Ability to get the current position and angle for the object Turtle
Full list of updates:
Language and editor
* Fixed some bugs leading to the collapse of the program
* Support for various regional operating system settings
* Automatic indent
* Parentheses for conditional expressions are now optional.
* Adding the ElseIf keyword to the language
* Support for inline comments
* Fixed a bug related to the negative step value for the For..EndFor loop
New in API
• Array
- GetItemCount
- ContainsIndex
- ContainsValue
- RemoveValue
• Desktop
• File
- CreateDirectory
- DeleteFile
- Getfiles
- GetDirectories
- WriteContents (Fixed: now works, even if the file does not exist)
• GraphicsWindow
- Performance Improvements
- Width / Height (Fixed: no need to install twice)
- Hide Fixed crash
- Add / FillTriangle
- RotateShape
- CanResize (now you have the ability to change the resizing method)
- Left / Top (now you can specify the position of the window)
- GetColorFromRGB
• Math
- Power
- GetRandomNumber
- [Breaking Change]
• Program
- End () (fixed some bugs)
- ProgramDirectory (Gets the program directory)
• Text
- Append
- Getcharacter
- GetCharacterCode
• TextWindow
• Turtle
Download Small Basic .