Boolean@

Boolean@

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

Boolean@ (assignment)

Boolean@ ( Pointer ) = Result Bool@ ( Pointer ) = Result
Since 3.18
Store a Boolean value at the memory address specified by Pointer. If the memory address is unreadable, a Bad argument (20) error is raised.

See also

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