mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
WIP - string-set!
This commit is contained in:
parent
41cda2de8b
commit
f94b984f67
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
(import (scheme base)
|
||||
(scheme file)
|
||||
(scheme write))
|
||||
(apply make-vector '())
|
||||
1
|
||||
|
||||
(write
|
||||
(string-set! "abc" 1 #\x))
|
||||
;
|
||||
;(map
|
||||
; (lambda (_)
|
||||
|
|
Loading…
Add table
Reference in a new issue