retroforth/doc/Examples.md
crc cecfc111ba add rot13 example
FossilOrigin-Name: 3b74270fff52b849a6f26f659f6b3c14721b2a6fb905b128934e9d7df4b975e4
2017-10-20 03:41:10 +00:00

27 lines
1.8 KiB
Markdown

# Examples
| Filename | Description |
| -------------------------- | --------------------------------------- |
| 99Bottles.forth | Display "99 bottles of beer" song |
| AddingVectors.forth | Adding values in two arrays |
| Atua-WWW.forth | Atua HTTP server |
| Atua.forth | Atua Gopher server |
| Autopsy.forth | Debugging aids |
| Cat.forth | Display a file to the output |
| Chess.forth | Simple ASCII-based chess game |
| Echo.forth | Echo command line arguments |
| GCD.forth | Greatest common denominator |
| IterativeFibonacci.forth | Fibonacci sequence, iterative |
| LeastCommonMultiple.forth | Find least common multiple |
| Primes.forth | Prime sieve |
| RecursiveFactorial.forth | Factorial of a number, recursive |
| RecursiveFibonacci.forth | Fibonacci sequence, recursive |
| Roo.forth | Block editor using Tuporo backend |
| 1D-Cellular-Automota.forth | 1D Cellular Automota (Rosetta Code) |
| is-palindrome.forth | Is string a palindrome? |
| Tuporo.forth | Block storage via Gopher protocol |
| VT100.forth | Example VT100 namespace |
| sort-on-stack.forth | Sort numbers on the stack |
| accumulator.forth | Sample use of `does` |
| Parse-UPS.forth | Break a UPS Tracking # apart |
| rot13.forth | ROT13 "encryption" |