Category:Applesoft BASIC
Applesoft 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 Applesoft BASIC.
This programming language may be used to instruct a computer to perform a task.
Execution method: | Interpreted |
---|---|
See Also: |
|
Applesoft BASIC is an implementation of BASIC.
Other implementations of BASIC.
Applesoft BASIC was a dialect of BASIC supplied with the Apple II series of computers. It superseded Integer BASIC and was the BASIC in ROM in all Apple II series computers after the original Apple II model.
See Also[edit]
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Applesoft BASIC User (6 P)
Pages in category "Applesoft BASIC"
The following 200 pages are in this category, out of 280 total.
(previous page) (next page)B
C
- Caesar cipher
- Calculating the value of e
- Catalan numbers
- Chaos game
- Character codes
- Check that file exists
- Color of a screen pixel
- Color wheel
- Colour bars/Display
- Comments
- Compare length of two strings
- Conditional structures
- Convert seconds to compound duration
- Copy a string
- Copy stdin to stdout
- Count how many vowels and consonants occur in a string
- Count in factors
- Count in octal
- Count occurrences of a substring
- Count the coins
- CRC-32
- Create a file
- Create a file on magnetic tape
- Create a two-dimensional array at runtime
- Create an HTML table
- Create an object at a given address
- CSV to HTML translation
- Cullen and Woodall numbers
D
E
F
G
H
I
- Identity matrix
- Idiomatically determine all the lowercase and uppercase letters
- Implicit type conversion
- Include a file
- Increment a numerical string
- Input loop
- Input/Output for lines of text
- Input/Output for pairs of numbers
- Integer comparison
- Integer overflow
- Integer sequence
- Interactive programming (repl)
K
L
- Langton's ant
- Largest prime factor
- Largest proper divisor of n
- Last list item
- Leap year
- Least common multiple
- Letter frequency
- Literals/Floating point
- Literals/String
- Long multiplication
- Long year
- Longest common substring
- Longest string challenge
- Loops/Break
- Loops/Continue
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Infinite
- Loops/N plus one half
- Loops/Nested
- Loops/While
- Loops/With multiple ranges
- Loops/Wrong ranges