Category:Chipmunk Basic
(Redirected from Chipmunk Basic)
Chipmunk Basic
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Chipmunk Basic.
This programming language may be used to instruct a computer to perform a task.
See Also: |
---|
Chipmunk Basic is an implementation of BASIC.
Other implementations of BASIC.
Chipmunk Basic is a BASIC interpreter which runs on several different systems (Mac OS (from OS X back to System 6), Windows, Linux, HP-UX, and Solaris).
Chipmunk Basic is an old-fashioned Basic interpreter. Built-in editor based on line numbers allows to enter a program from the console keyboard; but Basic programs do not require line numbers when these programs are written with an external editor and run from files. Basic commands and statements can be entered and interpreted in immediate mode, or executed as program statements when a Basic program is run.
See also[edit]
Pages in category "Chipmunk Basic"
The following 103 pages are in this category, out of 103 total.
C
E
F
H
L
- Largest five adjacent number
- Largest prime factor
- Largest proper divisor of n
- Leap year
- Long year
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Infinite
- Loops/N plus one half
- Loops/While
- Loops/With multiple ranges
- Loops/Wrong ranges
- Luhn test of credit card numbers