1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
The example programs are as follows:
cmdline Reads parameters from the command line used to
start the interpreter
combsort Compares a comb sort and a bubble sort
cricket Simulates a game of cricket
dow Prints the day of the week for the given date
graphdemo Plots a graph
hanoi Solves the 'Ttowers of Hanoi' puzzle
hex Solves the 'hex' puzzle
lands Plots a simple fractal landscape
pastriang Draws Pascal's triangle
sieve Sieve of Eratosthenes
tekdemo1 Graphics demo using the Tektronics terminal
emulation in xterm under NetBSD and Linux
tekdemo2 Graphics demo using the Tektronics terminal
emulation in xterm under NetBSD and Linux
teklib Library of procedures used by the two Tektronics
demo programs
trees1 Create a binary tree
trees2 Create a binary tree using indirection operators
tvtime A simple adventure game
|