Reflection/List properties: Difference between revisions

m
→‎{{header|ooRexx}}: a note on the type of ...
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.
 
2,300

edits