## bookmark()


Bookmark a page and return the bookmark ID.


Usage


``` python
bookmark(page)
```


## Parameters


`page: str`  
The page to bookmark.


## Returns


`int`  
The bookmark ID.


## Examples

``` python
>>> bookmark("index")
```

1
