document keys() method of dictionary object [skip ci]

pull/7803/head
Alexandros Theodotou 4 years ago committed by Xavier Claessens
parent 3afe18228a
commit a65fffd127
  1. 2
      docs/markdown/Reference-manual.md

@ -2067,6 +2067,8 @@ The following methods are defined for all [dictionaries](Syntax.md#dictionaries)
fallback value given as the second argument. If a single argument
was given and the key was not found, causes a fatal error
- `keys()`: returns an array of keys in the dictionary
You can also iterate over dictionaries with the [`foreach`
statement](Syntax.md#foreach-statements).

Loading…
Cancel
Save