About Restudio Funblocks:
Restudio Funblocks is an interactive development environment that resembles Scratch in its general appearance, but it relies at its core on web technologies: JavaScript, HTML, and CSS.
The fundamental difference: Although the program contains a "blocks" system (snap-together pieces) to facilitate understanding, it does not officially rely on them as the primary programming method. Instead, once you start creating a new block, you immediately transition to working with real code using JavaScript, HTML, and CSS.
In other words, the blocks are just an initial interface, but the real depth and customization happens through writing actual web code, which is flexible, powerful, and widely used.
Example workflow:
When creating a new block, you are asked to choose the type of block you want, such as:
Variable
String
Boolean
Comment
Decimal variable
Conditions
Once you select the type, you immediately move to writing its logic using JavaScript, along with HTML and CSS when needed.