diff options
Diffstat (limited to 'src/interp/g-util.boot')
| -rw-r--r-- | src/interp/g-util.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index d51b72cc..18e08c65 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -48,6 +48,9 @@ $interpOnly := false --% Utility Functions of General Use +homogeneousListToVector(t,l) == + makeSimpleArrayFromList(t,l) + ++ tests if x is an identifier beginning with # isSharpVar x == |
