arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Files] add function to enable writing/reading to/from binary files

Open github-actions[bot] opened this issue 1 year ago • 1 comments

[Files] add function to enable writing/reading to/from binary files this should obviously support writing a 16-bit int, and all this

https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Files.nim#L51

#=======================================
# Definitions
#=======================================

# TODO(Files) more potential built-in function candidates?
#  labels: library, enhancement, open discussion

# TODO(Files) add function to enable writing/reading to/from binary files
#  this should obviously support writing a 16-bit int, and all this
#  labels: library, enhancement, new feature, open discussion

proc defineLibrary*() =

    #----------------------------
    # Functions
    #----------------------------

    when not defined(WEB):

982e8e4998cedbbdb870b6aaf295981cc51fc91b

github-actions[bot] avatar Dec 27 '23 13:12 github-actions[bot]