Reflection/List properties: Difference between revisions

Content deleted Content added
Walterpachl (talk | contribs)
Walterpachl (talk | contribs)
m →‎{{header|ooRexx}}: a note on the type of ...
Line 405:
 
=={{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.