write8bn: writes a /bn/ to a file

Description Usage Arguments Value Examples

Description

(bn) writes a /n/ objects to a file to be readable with read8bn

Usage

1
write8bn(bn, fi=rbsb.fou, ap=FALSE)

Arguments

bn

The /bn/ to be written.

fi

name of the file to be written. When rbsb.cha0 no file is written but a charecter is returned.

ap

Must an existing file be appended?

Value

nothing but a file is created or modified

Examples

1
2
3
4
 rebastaba3k("RESET"); # For R checking compliance
 write8bn(rebastaba.bn3);
 readLines(rbsb.fou);
 unlink(rbsb.fou);

rebastaba documentation built on May 2, 2019, 5:24 p.m.