mes: Nyacc support: substring/copy, substring/shared.

* module/srfi/srfi-13.mes (substring/copy, substring/shared): Define
  to substring.
This commit is contained in:
Jan Nieuwenhuizen 2017-12-09 22:45:38 +01:00
parent 85b5422c35
commit 572b45f4cd
1 changed files with 3 additions and 0 deletions

View File

@ -87,3 +87,6 @@
(loop (cdr lst) (1- i)))))))
(define reverse-list->string (compose list->string reverse))
(define substring/copy substring)
(define substring/shared substring)