|
|
Up |
|
|
  |
Author: David WilliamsDavid Williams Date: Mar 14, 2008 07:05
-> I want to program in 1980;s basic, where can I get an apt compiler. It
-> is my first langauge, I still love it, and want to use it even if it
-> obsolete. Where can I get a freeware copy or any other.
Why not use QBasic? Sure, it has additional capabilities which you may
get to like, but it *can* be used just like a 1980-style BASIC, with
line numbers, GOSUBs, GOTOs, etc., etc..
dow
|
| |
|
| | 50 Comments |
|
  |
Author: winston19842005winston19842005 Date: Mar 14, 2008 07:23
On 3/14/08 10:56 AM, in article 1205506573.877.1205470677@ bayman.org, "David
Williams" bayman.org> wrote:
> -> I want to program in 1980;s basic, where can I get an apt compiler. It
> -> is my first langauge, I still love it, and want to use it even if it
> -> obsolete. Where can I get a freeware copy or any other.
>
> Why not use QBasic? Sure, it has additional capabilities which you may
> get to like, but it *can* be used just like a 1980-style BASIC, with
> line numbers, GOSUBs, GOTOs, etc., etc..
And you need never go into the IDE to use it.
What was the command line to run?
qbasic /r file.bas or qbasic /run file.bas?
|
| |
|
| | no comments |
|
  |
Author: Judson McClendonJudson McClendon Date: Mar 14, 2008 07:32
"David Williams" bayman.org> wrote:
>-> I want to program in 1980;s basic, where can I get an apt compiler. It
> -> is my first langauge, I still love it, and want to use it even if it
> -> obsolete. Where can I get a freeware copy or any other.
>
> Why not use QBasic? Sure, it has additional capabilities which you may
> get to like, but it *can* be used just like a 1980-style BASIC, with
> line numbers, GOSUBs, GOTOs, etc., etc..
|
| Show full article (2.19Kb) |
| no comments |
|
  |
Author: Judson McClendonJudson McClendon Date: Mar 14, 2008 07:35
"winston19842005" bellsouth.net> wrote in message news:C40002BC.47D6%%bjjlyates@bellsouth.net...
>
>
>
> On 3/14/08 10:56 AM, in article 1205506573.877.1205470677@ bayman.org, "David
> Williams" bayman.org> wrote:
>
>> -> I want to program in 1980;s basic, where can I get an apt compiler. It
>> -> is my first langauge, I still love it, and want to use it even if it
>> -> obsolete. Where can I get a freeware copy or any other.
>>
>> Why not use QBasic? Sure, it has additional capabilities which you may
>> get to like, but it *can* be used just like a 1980-style BASIC, with
>> line numbers, GOSUBs, GOTOs, etc., etc..
>
> And you need never go into the IDE to use it.
> What was the command line to run?
> qbasic /r file.bas or qbasic /run file.bas?
|
| Show full article (1.16Kb) |
| no comments |
|
  |
|
|
  |
Author: Judson McClendonJudson McClendon Date: Mar 14, 2008 09:06
"winston19842005" bellsouth.net> wrote:
> "Judson McClendon" sunvaley0.com> wrote:
>> "winston19842005" bellsouth.net> wrote:
>>> "David Williams" bayman.org> wrote:
>>>
>>>> -> I want to program in 1980;s basic, where can I get an apt compiler. It
>>>> -> is my first langauge, I still love it, and want to use it even if it
>>>> -> obsolete. Where can I get a freeware copy or any other.
>>>>
>>>> Why not use QBasic? Sure, it has additional capabilities which you may
>>>> get to like, but it *can* be used just like a 1980-style BASIC, with
>>>> line numbers, GOSUBs, GOTOs, etc., etc..
>>>
>>> And you need never go into the IDE to use it.
>>> What was the command line to run?
>>> qbasic /r file.bas or qbasic /run file.bas?
>>
>> As long as you remember to terminate your program with SYSTEM,
>> otherwise you'll wind up in the IDE when the program completes.
> ...
|
| Show full article (3.88Kb) |
| 8 Comments |
|
  |
Author: Charmed SnarkCharmed Snark Date: Mar 14, 2008 09:04
> "David Williams" bayman.org> wrote:
>>-> I want to program in 1980;s basic, where can I get an apt compiler.
>>It
>> -> is my first langauge, I still love it, and want to use it even if
>> it -> obsolete. Where can I get a freeware copy or any other.
>>
>> Why not use QBasic? Sure, it has additional capabilities which you
>> may get to like, but it *can* be used just like a 1980-style BASIC,
>> with line numbers, GOSUBs, GOTOs, etc., etc..
|
| Show full article (1.16Kb) |
| no comments |
|
  |
Author: Judson McClendonJudson McClendon Date: Mar 14, 2008 11:49
"Charmed Snark" wrote:
> Judson McClendon Wrote:
>> "David Williams" bayman.org> wrote:
>>>-> I want to program in 1980;s basic, where can I get an apt compiler.
>>>It is my first langauge, I still love it, and want to use it even if
>>> it's obsolete. Where can I get a freeware copy or any other.
>>>
>>> Why not use QBasic? Sure, it has additional capabilities which you
>>> may get to like, but it *can* be used just like a 1980-style BASIC,
>>> with line numbers, GOSUBs, GOTOs, etc., etc..
>
> He may even already have it if he still has a Win95 CD lying around. I
> don't remember if it was still there for Win98 (I doubt it). I don't
> remember the name of the directory, something like "old programs", but ...
|
| Show full article (3.24Kb) |
| no comments |
|
  |
Author: ArarghMail803NOSPAMArarghMail803NOSPAM Date: Mar 14, 2008 16:09
On Fri, 14 Mar 2008 11:06:08 -0500, "Judson McClendon"
sunvaley0.com> wrote:
>
>Another problem is that I never figured a good way to pass command
>line arguments to the QBASIC program when executed this way. Also,
>a program error abort dumps you into the IDE.
Well, considering that:
The following QuickBasic keywords are not supported in QBasic:
ALIAS EVENT LOCAL SETMEM
BYVAL $INCLUDE SADD SIGNAL
CDECL Int86 Interrupt UEVENT
COMMAND$ Int86X InterruptX
It's not suprising. :-)
|
| |
| 12 Comments |
|
  |
|
|
  |
Author: Tom LakeTom Lake Date: Mar 14, 2008 18:29
NOT.AT.Arargh.com> wrote in message
news:891mt31m96gg19co8pdmoqjkodj60mbm36@4ax.com...
> On Fri, 14 Mar 2008 11:06:08 -0500, "Judson McClendon"
> sunvaley0.com> wrote:
>
> Well, considering that:
>
> The following QuickBasic keywords are not supported in QBasic:
>
> ALIAS EVENT LOCAL SETMEM
> BYVAL $INCLUDE SADD SIGNAL
> CDECL Int86 Interrupt UEVENT
> COMMAND$ Int86X InterruptX
The help file is wrong about one of those. SADD really
is supported in QBasic.
Tom Lake
|
| |
| no comments |
|
|
|
|
|
|