WRITE
WRITE [ # Datumstrio , ] Esprimo [ , Dimensio ]
WRITE [ # Referenco , ] Esprimo [ , Dimensio ]
Skribas esprimon al
stream Datumstrio uzata binara prezenton.
Se
stream ne estas specifanta cxefeligujo estas uzanta.
Se
Esprimo estas cxeno, vi povas specifi dimension, kiu indikas nombro de bitoj al skribato. Vi povas specifi dimensio, kiu estas nombro de bitoj al skribi.
you can specify a length that indicates the number of bytes to write. If no length is specified for a string, it is directly written to the
stream just before the string data.
 |
This instruction uses the byte order of the stream to read the data.
|
If you specify a
Pointer instead of a
Stream, then data will be written directly to
the memory address specified by the pointer.
 |
If you try to write at a forbidden memory address, you will get an error. The interpreter won't crash.
|