arturo
arturo copied to clipboard
[Files] add function to enable writing/reading to/from binary files
[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