Category:Liberty BASIC
Appearance
(Redirected from Liberty BASIC)
Liberty 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 Liberty BASIC.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted |
---|---|
Parameter passing methods: | By reference, By value |
Lang tag(s): | lb |
|
Liberty BASIC is an implementation of BASIC.
Other implementations of BASIC.
Liberty BASIC is a procedural programming language for Windows PCs, created by Shoptalk Systems. It was intended as a simple way to create professional programs, with full GUI ability, while still keeping a very simple BASIC syntax. While the current version only supports Windows, the next major release will support Mac OS X and Linux as well. Liberty BASIC runs under Wine on Linux at present.
All tasks on this page are completed by the wonderful Liberty BASIC Community.
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Liberty BASIC User (6 P)
Pages in category "Liberty BASIC"
The following 200 pages are in this category, out of 357 total.
(previous page) (next page)A
- A+B
- ABC problem
- Abundant, deficient and perfect number classifications
- Ackermann function
- AKS test for primes
- Align columns
- Aliquot sequence classifications
- Almost prime
- Anagrams
- Anagrams/Deranged anagrams
- Animate a pendulum
- Animation
- Arbitrary-precision integers (included)
- Arithmetic evaluation
- Arithmetic-geometric mean
- Arithmetic/Complex
- Arithmetic/Integer
- Arithmetic/Rational
- Array concatenation
- Array length
- Arrays
- Assertions
- Associative array/Creation
- Associative array/Iteration
- Audio alarm
- Average loop length
- Averages/Arithmetic mean
- Averages/Mean angle
- Averages/Mean time of day
- Averages/Median
- Averages/Mode
- Averages/Pythagorean means
- Averages/Root mean square
- Averages/Simple moving average
B
C
- Caesar cipher
- Calendar
- Call a function
- Case-sensitivity of identifiers
- Catalan numbers
- Character codes
- Check that file exists
- Circles of given radius through two points
- Closest-pair problem
- Color of a screen pixel
- Colour bars/Display
- Comma quibbling
- Command-line arguments
- Comments
- Constrained random points on a circle
- Convert decimal number to rational
- Convert seconds to compound duration
- Conway's Game of Life
- Copy a string
- Count in factors
- Count in octal
- Count occurrences of a substring
- Create a file
- Create a two-dimensional array at runtime
- Create an HTML table
- CSV to HTML translation
- Cumulative standard deviation
D
E
F
G
- Galton box animation
- Globally replace text in several files
- Gray code
- Grayscale image
- Greatest common divisor
- Greatest element of a list
- Greatest subsequential sum
- Greyscale bars/Display
- Guess the number
- Guess the number/With feedback
- Guess the number/With feedback (player)
- GUI component interaction
- GUI enabling/disabling of controls
H
I
L
- Langton's ant
- Leap year
- Least common multiple
- Letter frequency
- Levenshtein distance
- Linear congruential generator
- Literals/String
- Logical operations
- Long multiplication
- Longest common subsequence
- Loop over multiple arrays simultaneously
- Loops/Break
- Loops/Continue
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Loops/N plus one half
- Loops/Nested
- Loops/While
- Luhn test of credit card numbers
- LZW compression