Byte@

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)

Byte@ ( Pointer ) = Result
Since 3.18
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

AltStyle によって変換されたページ (->オリジナル) /