lookUp

fun Value.lookUp(key: Value): Value?

Look up a value in this value, possibly using the metatable.

Return

The value, or null if it doesn't exist.

Parameters

key

The key to look up.