Category:Applesoft BASIC
(Redirected from 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
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 336 total.
(previous page) (next page)A
- A+B
- Ackermann function
- Additive primes
- Address of a variable
- Animate a pendulum
- Animation
- Append numbers at same position in strings
- Archimedean spiral
- Arithmetic-geometric mean
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Averages/Arithmetic mean
- Averages/Median
- Averages/Root mean square
B
C
- Caesar cipher
- Calculating the value of e
- Cartesian product of two or more lists
- Case-sensitivity of identifiers
- Catalan numbers
- Catalan numbers/Pascal's triangle
- Chaos game
- Character codes
- Chebyshev coefficients
- 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
- Day of the week
- Delete a file
- Department numbers
- Detect division by zero
- Determine if a string has all the same characters
- Determine if a string is collapsible
- Determine if a string is squeezable
- Determine sentence type
- Digital root
- Dijkstra's algorithm
- Display a linear combination
- Dot product
- Doubly-linked list/Traversal
- Dragon curve
- Draw a pixel
- Duffinian numbers
- Dutch national flag problem
E
- Egyptian division
- Empty program
- Empty string
- Enumerations
- Ethiopian multiplication
- Euler method
- Euler's sum of powers conjecture
- Even or odd
- Exactly three adjacent 3 in lists
- Exceptions
- Execute a system command
- Execute Brain****
- Execute Computer/Zero
- Execute HQ9+
- Exponentiation order
- Exponentiation with infix operators in (or operating on) the base
F
G
H
- Hailstone sequence
- Halt and catch fire
- Happy numbers
- Harmonic series
- Haversine formula
- Hello world/Graphical
- Hello world/Line printer
- Hello world/Newbie
- Hello world/Newline omission
- Hello world/Standard error
- Hello world/Text
- Here document
- Horizontal sundial calculations
- Horner's rule for polynomial evaluation
- Host introspection
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
- L-system
- 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
- Look-and-say sequence
- Loop over multiple arrays simultaneously
- 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
- LZW compression