QB64pe
QB64pe copied to clipboard
Add Automatic Closing
In a lot of Code Editors if you type a Quote or a Parenthesis it automatically adds an ending character.
For Example:
If I typed the first " for the Print statement, it would automatically add a ending ".
The Pipe character represents the where the text would go when you type.
Print "|"
And possibly the same thing for Parenthesis, If you wanted to get really fancy the same thing with Ifs, adding an End If, or Whiles, Fors, and other stuff.