Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit edc9c4e2 authored by counting_pine's avatar counting_pine
Browse files

PRINT USING branch - mainly compiler work:

- added support for PRINT expr; USING ...
- proper support for SPC/TAB inside USING (was just printing the expression used inside)
- added but disabled support for multiple USINGs in one expression
- added support in the rtlib for comma padding, added but disabled on compiler side for now
- added but disabled support for multiple consecutive ';'/',' separators

The disabled items are because QB doesn't allow them either for some reason, and I don't know the reasons, so I'm leaving it for now.
Also, potentially, we could have maybe two consecutive semicolons ';;' exit USING mode and go back to normal PRINT mode, which would be prevented by the last point.  It's probably a stupid idea, but I don't feel like closing anything off at this juncture.

r5247
parent f8a8edef
No related branches found
Tags v0_21-printusg
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment