Available in version 2.5 and later.
TableContainsKey(<-key, <-table)
Checks if the specified `table` contains an entry for the given `key`. Returns `true` if the key is present, otherwise `false`.
# need worked example TableContainsKey(<-key, <-table) ->result
⇐ Index