erg/doc/EN/syntax/09_builtin_procs.md
Shunsuke Shibayama 6dc8c5015b Fix links
2022-08-14 17:31:46 +09:00

409 B

Built-in procedure

id!

Returns the unique identification number of the object. Although in pure Erg semantics no difference can be found between objects with the same structure, in practice objects have different locations in memory. id! returns a number representing this position.

Previous | Next