API
EXAMPLES
INSTALL
SOURCE
API
> LSON
> concept
> function
> object

LAY.take( relativePath, attr ) | LAY.take( val )

Two cases:

(1) LAY.take( relativePath, attr )

Returns a LAY.Take object with a base value reference to the attribute (string) attr of level relative to the current level as per the relative path.

(2) LAY.take( val )

Returns a LAY.Take object with the (base) value of (any type) val.