Skip to content
Discussion options

You must be logged in to vote

Hi. There was a bug with Open\append ... it returned a native of kind "writer", but currently it should return kind "file". The same as Create function. These kinds will still get ironed out as there is some overlap between writer / reader and file interfaces. I uploaded the changes so with latest version (not released) Open\append should work.

Thank you for finding the bug and reporting.

Create %temp123 :f
|Write "first line\n"
Close f

Open\append %temp123 :fa
|Write "second line\n"
Close fa

Read %temp123
; [String: first line
; second line
; ]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jaderoca
Comment options

Answer selected by jaderoca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants