Monday, December 6, 2021

Added "Diff" and "RUN" buttons to ".BAS" tiddler toolbars

 This is functionality I eventually want to build-into the IDE.

The ability to simultaneously see consoles of both before and after changes to a program, this easily, is pretty sweet.






No comments:

Post a Comment

📚 TIP: Exporting a BAM Program for Embedding as an App in Web Pages

Say we have written an analog clock program, and we want to show that clock on a Web Page. Here is a QB64 program by b+ ported to BAM: Run t...