mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +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)
|
(import (scheme base)
|
||||||
(scheme file)
|
(scheme file)
|
||||||
(scheme write))
|
(scheme write))
|
||||||
(apply make-vector '())
|
|
||||||
1
|
(write
|
||||||
|
(string-set! "abc" 1 #\x))
|
||||||
;
|
;
|
||||||
;(map
|
;(map
|
||||||
; (lambda (_)
|
; (lambda (_)
|
||||||
|
|
Loading…
Add table
Reference in a new issue