<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>14827</integer>
    </number>
    <user>
      <string>slava</string>
    </user>
    <title>
      <string>Markup example</string>
    </title>
    <contents>
      <string>USING: help io sequences ;

default-style [
    {
        { $heading &quot;A heading&quot; }
        {
            &quot;While Factor may run on other Unix platforms (Solaris/Sparc, Linux/Alpha, and so on), the native compiler will not be available, and thus much functionality will be missing. In particular, the following features require the native compiler and only work on supported platforms:&quot;
        }
        
        { $subheading &quot;A subheading&quot; }
        {
            $emphasis
            &quot;Note that on x86 systems, Factor _cannot_ be compiled with gcc 3.3. This is due to a bug in gcc and there is nothing we can do about it. Please use gcc 2.95, 3.4, or 4.0.&quot;
        }
        
        { $subheading &quot;Some code&quot; }
        {
            $code &quot;: range-map ( i ranges -- ? ) dupd [ first - ] binsearch* first2 between? ;&quot;
        }
        { $subheading &quot;An inline word definition&quot; }
        { $see append }
        { $subheading &quot;Some word links&quot; }
        { $link append } { $terpri }
        { $link nth } { $terpri }
        { $link set-nth } { $terpri }
    } print-element terpri*
] with-style</string>
    </contents>
    <universal-time>
      <integer>3344040310</integer>
    </universal-time>
    <channel>
      <string>#concatenative</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </paste>
</paste-with-annotations>