Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

write

🌌fuzion.std.fileio.write

§  write(fd i64, content Any, content_length i32)
 => 
i8
:
Any 

intrinsic to write bytes (internal array data) in a file using the file descriptor
returns i8 0 in case of success
and the error number/ -1 in the interpreter in case of failure