blob: 183f3cd5c4beaa0ce79c844c2b8634069e4d5d54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#{ Package script task for the UTILITIES package.
set nttools = "utilities$nttools/"
package utilities
task ucase,
lcase,
translit,
detab,
entab,
urand,
polyfit,
curfit,
surfit,
split = "utilities$x_utilities.e"
# Utility scripts.
task bases = "utilities$bases.cl"
# Sub-Packages.
task nttools.pkg = nttools$nttools.cl
# Load the NTTOOLS package when we are loaded.
nttools
clbye()
|