write
| ... : | RevObject (pass by value) |
| A variable to write. | |
| ... : | RevObject (pass by const reference) |
| Additional variables to write. | |
| filename : | String (pass by value) |
| Writing to this file, or to the screen if name is empty. | |
| append : | Bool (pass by value) |
| Append or overwrite existing file? | |
| Default : FALSE | |
| separator : | String (pass by value) |
| How to separate values between variables. | |
| Default : |