Byte@
Result = Byte@ ( Pointer )
返回存储在指针指定的内存地址的
Byte 值。
如果内存地址不可读,则出现错误
参数无效(20) 。
Result = Byte@ ( String )
返回存储在
String 的第一个字节中的
Byte 值。
如果字符串至少没有一个字符,则结果是未定义的。
Byte@ (assignment)
自从 3.18
Byte@ ( Pointer ) = Result
在指针
Pointer 指向的内存地址存储一个
Byte 值。
如果内存地址不可读,则出现错误
参数无效(20) 。
See also