aristarkos wrote:
Long ago I wrote a little Amiga Basic program for a game called Master Mind. Now I'm an old newbie. How can I get my old program to run on my PC?
You could try
freeBasicIt is an open source version of Microsoft Quickbasic.
As AmigaBasic was made by Microsoft too, the syntax is probably very similar.
FreeBasic can compile your Program to a real executable, so you wont need a Basic Interpreter anymore.