ListP

From Director Online Wiki
Jump to: navigation, search

description

returns TRUE for both lists and proplists (!)


example

tLst = [ ]

put listP( tLst )

-- 1


tPl = [:]

put listP( tPl )

-- 1


tPl = [:]

put ( tPl.ilk=#list )

-- 0