3 lines
89 B
Factor
3 lines
89 B
Factor
|
|
USING: io.encodings.utf8 io.files ;
|
||
|
|
"this is a string" "file.txt" utf8 set-file-contents
|