Vocabulary math .
bitwise Inputs Outputs Word description Constructs an integer value by mapping the values in the
symbols sequence to integer values using
assoc and
bitor ing the values together.
Examples USING: math.bitwise prettyprint ui.gadgets.worlds ;
IN: scratchpad
CONSTANT: window-controls>flags H{
{ close-button 1 }
{ minimize-button 2 }
{ maximize-button 4 }
{ resize-handles 8 }
{ small-title-bar 16 }
{ normal-title-bar 32 }
}
{ resize-handles close-button small-title-bar } window-controls>flags symbols>flags .25
Definition
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2285, heads/master-4a71effa9e, Nov 22 2024 17:20:18)