`[dict keys]` [return%|%returns] a list of keys in a [dict%|%dictionary], in the order that the keys were inserted into the dict. `[dict keys] {a b c d e f g h}` returns `a c e g`. <> Category Command