erg/doc/zh_TW/syntax/09_builtin_procs.md
Cai Bingjun 557f03ffc9 WIP
2022-10-15 12:18:04 +08:00

16 lines
860 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 內置程序
[![badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com%2Fdefault%2Fsource_up_to_date%3Fowner%3Derg-lang%26repos%3Derg%26ref%3Dmain%26path%3Ddoc/EN/syntax/09_builtin_procs.md%26commit_hash%3D51de3c9d5a9074241f55c043b9951b384836b258)](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/syntax/09_builtin_procs.md&commit_hash=51de3c9d5a9074241f55c043b9951b384836b258)
## id
返回對象的唯一標識號
盡管在純 Erg 語義中,結構相同的對象之間沒有區別,但實際上對象在內存中具有不同的位置
`id!` 返回一個代表這個位置的數字
```python
```
<p align='center'>
<a href='./08_procedure.md'>上一頁</a> | <a href='./10_array.md'>下一頁</a>
</p>