Page History
...
- For Each Loops
- Conditional Return Statement
- Service Modules
- Event Modules
- Unit Test Modules
- Unpacking (Added in 2.1.1)
- Super Strings (Added in 2.2.11)
Extended BASIC+ Syntax
...
- Opener and closer must be at least 3 accent marks, and they must match. If you open with five accents, you must close with 5 accents.
- Opener and closer must be on their own lines. The string begins on the line after your opener and ends on the line just before your closer.
- Blank lines and line breaks are included in the string.
- Any whitespace that appears in front of your closer is ignore ignored on all other lines. In the above example, there is one tab in front of the closer, so one tab will be ignore ignored at the beginning of each line.
- You can comment out lines, but you must use the asterisk and it must be the first character of the line. (Using Ctrl+/ in the SRP Editor does this for you).
...