diff options
Diffstat (limited to 'appl/lib')
| -rw-r--r-- | appl/lib/sh9util.b | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appl/lib/sh9util.b b/appl/lib/sh9util.b index 7452a13..7d4df29 100644 --- a/appl/lib/sh9util.b +++ b/appl/lib/sh9util.b @@ -1,6 +1,7 @@ implement Sh9Util; include "sh9util.m"; +include "sys.m"; reverse_list[T](toks: list of T): list of T { |
