core: Remove string.
* string.c (string): Remove. * module/mes/type-0.mes (string): New function.
This commit is contained in:
parent
e8a591f91d
commit
9d3e079a6d
|
@ -116,3 +116,6 @@
|
|||
;;; core: accessors
|
||||
(define (string->list s)
|
||||
(core:car s))
|
||||
|
||||
(define (string . lst)
|
||||
(make-cell <cell:string> lst 0))
|
||||
|
|
Loading…
Reference in a new issue