English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have learned this what I beleive to be a type of Basic programming. Here is just a simple Hello World that loops to illustrate some commands :

Lbl 1
"Hello World"
Goto 1

variables are assigned like this :
" enter your name"?-->A

Anyone have any idea what the name of this language is and where can I get the compiler for it ?

2007-08-21 23:28:57 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

but which version of basic

2007-08-21 23:42:23 · update #1

5 answers

It's not a very standard BASIC, and it's definitely not Java. It's similar to the mangled BASIC that's used by a TI-83 programmable calculator.

An example program (linked in sources) shows:

: Lbl A
[...]
: Goto A

... so it has the same "Lbl" and "Goto" even with the uppercase first letter.

However, text is not displayed by just showing it:
"Hello World"
... it would be written:
Disp "Hello World"

2007-08-22 03:45:36 · answer #1 · answered by McFate 7 · 0 0

He might be trying to say that you need to learn programming techniques and logic, rather than languages. This really is important, too. For instance, being able to hold a conversation in 15 human languages doesn't mean you can write an outstanding work of literature in any of them; and a really well written program is much like a really well written book, in that it needs to have many parts that fit together in non-obvious but effective ways.

2016-05-19 21:49:03 · answer #2 · answered by ? 3 · 0 0

It is by no means Java. It's BASIC.

2007-08-21 23:35:03 · answer #3 · answered by Anonymous · 0 0

it certainly could be BASIC, but i took it so long ago, i can't be sure.

2007-08-21 23:33:21 · answer #4 · answered by nickipettis 7 · 1 0

Its called ' Java' :)

2007-08-21 23:33:50 · answer #5 · answered by Anonymous · 0 4

fedest.com, questions and answers