Reflection/List properties: Difference between revisions

Content added Content deleted
m (→‎{{header|ooRexx}}: a note on the type of ...)
Line 405: Line 405:


=={{header|ooRexx}}==
=={{header|ooRexx}}==
Whereas in PL/I variables habe a (declared) type, in REXX and ooRexx a "typeless" variable
can be assigned a string or object, respectively.
The datatype builtin function can be used to determine the data type of a given string.
The datatype builtin function can be used to determine the data type of a given string.