Wednesday, January 8, 2025

⚗ "Code Block" toolbar button to insert code blocks

Try it out the feature in the development version of BAM.


The buttons will wrap currently selected code with lines of code related to the code block.

If there isn't any code selected, then the current line (where the text cursor is located) will be wrapped by the lines of code related to the code block. 

Nothing fancy, just functional.









No comments:

Post a Comment

📚 Simulating OOP Methods in BAM Using GOSUB

BASIC Anywhere Machine's GOSUB implementation allows using numeric expressions for dynamic line numbers or using string expressions for ...