How to write a text file¶
Use $::io::nwrite with the data on the left and the file path on the right:
The left argument is a character vector to write. The right argument is the file path.
You can also use the fully qualified name:
Write computed results¶
Format a numeric array with ⍕ before writing:
See also: Read a text file, Standard library -- I/O