Re: How to get help on commands

2023-08-24 Thread elf
The mode arguments are documented http://wiki.call-cc.org/man/5/Module%20scheme#ports -elf On 24 August 2023 19:55:35 GMT+03:00, Lewis Levin wrote: >After installing r7rs, ‘open-output-port’ is a more complete implementation >with this signature: > >open-output-file name . mode > > >I need

Re: How to get help on commands

2023-08-24 Thread Kon Lovett
#613 $ chicken-doc scheme open-output-file -- procedure: (open-output-file filename [mode ...]) Takes a string naming an output file to be created and returns an output port capable of writing characters to a new file by that name. If the file cannot be opened, an error is signalled. If a file

How to get help on commands

2023-08-24 Thread Lewis Levin
After installing r7rs, ‘open-output-port’ is a more complete implementation with this signature: open-output-file name . mode I need documentation for what is allowed in mode. There is no functions documentation anywhere for Chicken. I don’t think is satisfactory to say “Chicken is