<div dir="ltr">
                
        
        
                <div class="" title="Page 14">
                        <div class="">
                                <div class="">
                                        <p><span style="font-size:10pt;font-family:ArialMT">Hi!</span></p><p><span style="font-size:10pt;font-family:ArialMT">In Oberon language report 2013 there is rule:</span></p><p><span style="font-size:10pt;font-family:ArialMT">&gt; Variables cannot be exported, with the exception of
those of scalar types in read-only mode. </span></p><p>But there is no definition for scalar type.</p><p><br></p><p>Also in Project Oberon 2013 (which uses Oberon-07/13) module ORS exports array variable:</p><p><span style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap;background-color:rgb(238,238,255)">MODULE ORS;</span><br style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap">
<br style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap"><span style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap;background-color:rgb(238,238,255)">TYPE Ident* = ARRAY IdLen OF CHAR;</span><br style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap">
<span style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap;background-color:rgb(238,238,255)">VAR id*: Ident;</span><br style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap">
<br style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap"><span style="color:rgb(0,0,0);font-family:&#39;dejavu sans mono&#39;,monaco,&#39;lucida console&#39;,&#39;courier new&#39;,monospace;font-size:x-small;line-height:15px;white-space:nowrap;background-color:rgb(238,238,255)">END ORS.</span><br>
</p><p>Array of char - scalar?</p><p>PS. <span style="font-family:arial,sans-serif;font-size:13px">Merry Christmas!</span></p><p>Thanks, Alexey.</p>
                                </div>
                        </div>
                </div></div>