-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add support to optional colon for GOTO/GOSUB labels #136
Comments
What flavor of MultiValue system are you using? |
Though I've never seen it "in the wild", I was surprised to discover that the syntax described is permissible in both D3 and QM. |
Code was actually written in INFO-BASIC, part of Prime Information (back in the early 80's). It went through some updates when we transitioned to an IBM RS/6000 with Universe and UV Basic. |
Thanks for the reply. I hadn’t seen that syntax used before even though PR1ME Information was the second MultiValue system that I worked on.
If you are interested in being part of the community team that works on the VS Code extension we would love to have you or anyone else at your company.
Dick Thiot
Maverick Systems
From: John Tsombakos <[email protected]>
Reply-To: mvextensions/mvbasic <[email protected]>
Date: Tuesday, January 19, 2021 at 2:55 PM
To: mvextensions/mvbasic <[email protected]>
Cc: Dick Thiot <[email protected]>, Comment <[email protected]>
Subject: Re: [mvextensions/mvbasic] [BUG] Add support to optional colon for GOTO/GOSUB labels (#136)
Code was actually written in INFO-BASIC, part of Prime Information (back in the early 80's). It went through some updates when we transitioned to an IBM RS/6000 with Universe and UV Basic.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#136 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACOODLYACLUMVNXGKSKLTPLS2XWUVANCNFSM4WJIV5KA>.
|
You're welcome. I used Info-Basic and VMark Universe basic for over 19 years at a previous company, long since gone. I came across a backup of our software catalog that basically ran the company, and was surprised to find a VSCode extension for it. I will check out the community! |
Adding cc: @orteez this is what we observed last week |
Is your feature request related to a problem? Please describe.
Add syntax support for using colons in GOTO and GOSUB labels.
The text was updated successfully, but these errors were encountered: