Byte@
Result = Byte@ ( Pointer )
Return the
Byte value stored at the memory address specified by
Pointer.
If the memory address is unreadable, a
Bad argument (20) error is raised.
Result = Byte@ ( String )
Return the Byte value stored in the first byte of
String.
If the string does not have at least one character, the result is undefined.
Byte@ (assignment)
Since 3.18
Byte@ ( Pointer ) = Result
Store a
Byte value at the memory address specified by
Pointer.
If the memory address is unreadable, a
Bad argument (20) error is raised.
See also