File gener.icn

Summary

###########################################################################

	File:     gener.icn

	Subject:  Procedures to generate miscellaneous sequences

	Author:   Ralph E. Griswold

	Date:     January 1, 1994

###########################################################################

   This file is in the public domain.

###########################################################################
  
  These procedures generate sequences of results.
  
	days()		days of the week.

       hex()		sequence of hexadecimal codes for numbers
			from 0 to 255
  
       label(s,i)	sequence of labels with prefix s starting at i

	multii(i, j)	sequence of i * j i's

	months()	months of the year

	octal()		sequence of octal codes for numbers from 0 to 255
  
	star(s)		sequence consisting of the closure of s
			starting with the empty string and continuing
			in lexical order as given in s
  
###########################################################################
Procedures:
days, hex, label, months, multii, octal, star

This file is part of the (main) package.

Source code.

Details
Procedures:

days()


hex()


label(s, i)


months()


multii(i, j)


octal()


star(s)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.