I mostly played games on it, and did some childish programming using the included BASIC interpreter.
Principalmente ejecuté juegos sobre él, y llegué a desarrollar alguna programación infantil usando el intérprete BASIC que tenía incluido.
Even the BASIC interpreter was one of the most powerful available, and provided the user with a rich set of easy-to-use commands for manipulating on-screen graphics and playing sounds.
Incluso el intérprete BASIC era uno de más poderosos disponibles, y proporcionó al usuario un rico conjunto de comandos fáciles de usar para manipular gráficos en la pantalla y reproducir sonidos.
Unlike other home computers at the time, the Adam did not have its BASIC interpreter permanently stored in ROM.
A diferencia de otros equipos domésticos de la época, el Adam no tenía el intérprete de BASIC almacenado permanentemente en la ROM.
Like most home computers at the time, the CPC has its OS and a BASIC interpreter built in as ROM.
Como la mayoría de los ordenadores personales del momento, el CPC tiene su sistema operativo y un intérprete de BASIC integrado en una ROM.
This computer was famous because it has a lot of games, but also had a BASIC interpreter.
Esta computadora era famosa porque tenía muchos juegos, pero también tenía un interpretador BASIC.
To program the machine after switching it on the bootstrap loader program had to be entered, without error, in binary, then a paper tape containing a BASIC interpreter loaded from a paper-tape reader.
Para programar la máquina después de encenderla, el programa bootstrap loader (cargador de arranque) tenía que ser entrado, sin errores, en binario, y luego, un interpretador BASIC se cargaba desde un lector de cinta de papel.
Multiplatform basic interpreter for the development of videogames
Contains BASIC interpreter, simple programming.
Contiene intérprete BASIC, programación sencilla.
However, the hobbyists took a "share-alike" approach to software and thought nothing of copying the BASIC interpreter for other hobbyists.
Sin embargo, los aficionados tomaron un acercamiento de "compartir" el software y no pensaron en nada más que copiar el intérprete BASIC de otros aficionados.
He previously maintained GNU tar, and even wrote a BASIC interpreter.
Anteriormente mantenía tar de GNU, e incluso escribió un intérprete BASIC.
The BASIC interpreter also acted as a primitive operating system, providing file handling capabilities for program storage using RAM, cards, or cassettes/diskettes (via HP-IL).
El interpretador BASIC incluyó capacidades para manejar archivos, usando para almacenamiento de programa, la memoria RAM, tarjetas, o cassettes/diskettes (vía HP-IL).
The TELCOM program allows automation of a login sequence to a remote system under control of the BASIC interpreter.
El programa de TELCOM permite la automatización de una secuencia de login en un sistema remoto bajo control del interpretador BASIC.
So it is best to actually put a jump to the end of the program and DIM variables there, and leave the top lines for GOSUB and GOTO subroutines, since the Basic interpreter starts searching for such routines from the top down.
Así que lo mejor es poner un salto al final del programa y las variables DIM allí, y dejar las líneas superiores para las subrutinas GOSUB y GOTO, ya que el intérprete BASIC inicia la búsqueda de este tipo de rutinas de arriba hacia abajo.