How to use Flo v1.8: https://scratch.mit.edu/discuss/topic/591728/ Above is the forum link to the unformatted docs. Unfortunately, I cannot share the formatted docs here, but to help you learn FloScript, the Flo IDE comes pre-equipped with example code for a Flappy Bird game. (Flappy Bird is just the tip of the iceberg of what Flo can do!) ----------------------------------------------------------- Welcome to Flo. It's a super-powerful, versatile, easy-to-learn coding software inside of scratch. You can use it to make animations, drawings, and interactive code projects. ----------------------------------------------------------- Run Flo in TurboWarp! (it's way better!) https://turbowarp.org/588274256/fullscreen?fps=60&hqpen ----------------------------------------------------------- I've been working on Flo for more than three years. It first originated as an app inside of Future OS 3X, but in the beta versions for Future OS 4 it was replaced by the more app-friendly Modulos. I still saw potential in Flo, though, so I decided to work on it as a stand-alone project so that it could reach even more people. Since then, it has seen numerous updates, bringing it from somewhat of a gimmick to a learning-oriented programming language with many real applications! I hope you enjoy. ----------------------------------------------------------- Q: What is the Developer's Suite? A: The Developer's Suite is a series of special apps made separately from Future OS that can be used in different ways. Every Developer's Suite application can be used in your projects too! (Just remember to give credit) ----------------------------------------------------------- Flo Update Log: 6/18/2025 - v1.8.1 - Due to some handy optimizations and bug fixes, the Flo runtime has been sped up by a factor of 10, finally allowing for realtime projects to run without exorbitant fps values; 30 - 60fps now runs great on Turbowarp! 9/15/2024 - v1.8 - The 1.8 Update! The latest version of Flo brings incredible new features, like the console output for debugging your code, the ++ iterator, >> and << comparators for if statements, and the "string" output data type! Smaller changes include better variable recognition in the editor, and slightly faster run times. 4/24/2023 - v1.7.1 - Asynchronous Refresh Rate for WAY better performance! 6/29/22 - v1.7 - The 1.7 Update! Flo can now operate with nested loops and IF statements which have predicates that can span multiple lines. Internally, the code interpreter has been completely rewritten to reduce the chance of encountering errors at run time and run "context-less loops". 3/13/22 - v1.6 - Flo DSE Official Release 10/21/21 - Beta v1.6 - Began production of Flo DSE. -----------------------------------------------------------