Date@
Result = Date@ ( Pointer )
Returns the
Date value stored at the memory address specified by
Pointer.
If the memory address is unreadable, a
参数无效(20) error is raised.
Result = Date@ ( String )
Return the Date value stored in the eight first characters of
String.
If the string does not have at least eight characters, either a
参数无效(20) error is raised
or an undefined result is returned.
Date@ (assignment)
自从 3.18
Date@ ( Pointer ) = Result
Store a
Date value at the memory address specified by
Pointer.
If the memory address is unreadable, a
参数无效(20) error is raised.
See also