Category:ALGOL 60
Appearance
(Redirected from ALGOL 60)

This programming language may be used to instruct a computer to perform a task.
See Also: |
---|
See these links for information on how to run Algol 60 programs:
Compiling and running Hello World with GNU Marst looks like this:
marst hello.alg -o hello.c
gcc hello.c -lalgol -lm -o hello
./hello
See also
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- ALGOL 60 Implementations (1 P)
- ALGOL 60 User (6 P)
Pages in category "ALGOL 60"
The following 67 pages are in this category, out of 67 total.
C
L
S
- Scope modifiers
- Sequence of primes by trial division
- Shoelace formula for polygonal area
- Sieve of Eratosthenes
- Sorting algorithms/Bubble sort
- Sorting algorithms/Cocktail sort
- Sorting algorithms/Cocktail sort with shifting bounds
- Square-free integers
- Steady squares
- Sum multiples of 3 and 5
- Sum of a series
- Sum of squares