Branch: Tag:

1996-03-02

1996-03-02 17:59:47 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

example files added

Rev: doc/manual/example1:1.1
Rev: doc/manual/example2:1.1
Rev: doc/manual/example3:1.1

4488:      </doc>   </docgroup> + <docgroup homogen-name='typeof' homogen-type='method'> + <method name='typeof'/><doc placeholder='true'> + <text> + <p><tt>typeof</tt> - check return type of expression</p> +  + <tt><p>typeof ( expression )<br/> + </p> + </tt> + <p>This is a not really a function even if it looks like it, it returns + a human readable (almost) representation of the type that the + expression would return without actually evaluating it. + The representation is in the form of a string.</p> + </text> +  + <group><example/><text> + <tt><p>&gt; typeof(`sizeof);<br/> + Result: function(object | mapping | array | list | string : int)<br/> + &gt; typeof(sizeof(({})));<br/> + Result: int<br/> + &gt; <br/> + </p> + </tt> + lpc</text></group> +  + </doc> + </docgroup>   <docgroup homogen-name='upper_case' homogen-type='method'>   <method name='upper_case'/><doc placeholder='true'>   <text>