YOU MUST USE TURBO MODE (Shift-click the flag) If you want higher-quality text, use this link: https://turbowarp.org/620084795?hqpen&turbo Project to test new additions to Scratch Console OS (https://scratch.mit.edu/projects/610109978/) Credits: Pen text engine: PTE++ by @-Rex- Logo (Inspiration): Scratch OS lite 1 by @8A2135 Everything else: @PitchBlackNights aka @PBN_Test [Changelog] Version 2.0.0 Snapshot 22w27a - 7/5/22: - Reworked version numbers, previous releases are now snapshots - A WORKING PTE GUI!! (Using the great, PTE++ by -Rex-) - Known Bug: multi-argument commands do not parse correctly (resulting in a cmd err), but the only multi-argument command is "help 2, which does nothing" Version 2.0.0 Snapshot 22w18a - 4/27/22: - Remade the command parsing system to be flexible (based on a python string parser that I made) - Added "split()" block (Utilized in "parse()" block) Version 2.0.0 Announcement - 4/21/22: - I am remaking the entire system because the last system was bloated and inefficient. The system will be more flexible now, with the capabilities of being modded. Version 1.0.1 - 1/3/22: - Reworked the Version numbers - Fixed "createFile" tutorial Version 1.0.0 - 12/23/21: - Finished functional build of the file system (You can run files that you have created) (YOU HAVE TO CREATE FILES (lists) MANUALLY) (Use the tutorial in the "createFile" command for help creating a file) - Added "clrscn" command - Added "echo" command - Added "createFile" command