<?xml version="1.0" encoding="windows-1252"?>
<node id="377632" title="Re: The Scalar Range Operator" created="2004-07-26 21:53:24" updated="2005-03-24 22:55:54">
<type id="11">
note</type>
<author id="123291">
hossman</author>
<data>
<field name="doctext">
&lt;p&gt;
You might want to consider changing some of your examples so that they don't lie on edge cases (that way it's more obvious what's happening).  For example...
&lt;/p&gt;
&lt;strike&gt;
&lt;code&gt;
while (&lt;DATA&gt;)
{
  print if 2 .. 3;
}
&lt;/code&gt;
&lt;/strike&gt;
&lt;p&gt;
...might be more instructive as...
&lt;/p&gt;
&lt;code&gt;
while (&lt;DATA&gt;)
{
  print if 2 .. 4;
}
&lt;/code&gt;
&lt;p&gt;
Likewise for ...
&lt;/p&gt;
&lt;strike&gt;&lt;code&gt;
while (&lt;DATA&gt;)
{
  print if 1 .. /end/;
}
&lt;/code&gt;&lt;/strike&gt;
&lt;p&gt;...and...&lt;/p&gt;
&lt;code&gt;
while (&lt;DATA&gt;)
{
  print if 2 .. /end/;
}
&lt;/code&gt;</field>
<field name="root_node">
377450</field>
<field name="parent_node">
377450</field>
</data>
</node>
