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.100 x86.64 (2240, heads/master-adff5af2b7, Sep 20 2023 21:16:03)