aboutsummaryrefslogtreecommitdiff
path: root/pkg/lists/lists.cl
blob: aec80ded6807294fb0a7c3914fde5dfd0054ae00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#{ Package script task for the LISTS package, a collection of routines
# for processing textual lists.

package lists

set	lists		= "pkg$lists/"

task	table,
	tokens,
	columns,
	unique,
	lintran,
	$rgcursor,
	rimcursor,
	words		= "lists$x_lists.e"

task	average		= "lists$average.cl"
task	raverage	= "lists$raverage.cl"

clbye()