Reflection/List properties: Difference between revisions

m
(add ooRexx showing use of the datatype function)
Line 405:
 
=={{header|ooRexx}}==
The datatype builtin function can be usesused oto determine the data type of a givebgiven string.
 
Many of these options are also supported by other REXX implementations.
<lang oorexx>/* REXX demonstrate uses of datatype() */
Line 468 ⟶ 469:
123 1 0 1 0 0 1 0 1 0 0 1 1 1 NUM
A B I L M N O S U V W X 9 datatype(v)</pre>
 
 
=={{header|Perl 6}}==
2,300

edits