Skip to content

Commit

Permalink
Document bindkey_o
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 27, 2020
1 parent 0c35171 commit 56b8dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ops.markdown
Expand Up @@ -1022,6 +1022,7 @@ _Note, there's no bindkey_u yet since at the moment atkey_u is only used for get
* `bindkey_i(%hash, str $key, int $v --> $v)`
* `bindkey_n(%hash, str $key, num $v --> $v)`
* `bindkey_s(%hash, str $key, str $v --> $v)`
* `bindkey_o(%hash, str $key, obj $v --> $v)` `moar`

Bind key $key of %hash to $v and return $v.

Expand Down

0 comments on commit 56b8dda

Please sign in to comment.