/docs/interop.md: add a line about parameter keywords

This commit is contained in:
veclavtalica 2025-01-26 18:08:49 +03:00
parent 0e4abaae3c
commit 3bdee30e7b

View File

@ -14,3 +14,4 @@ for that certain considerations are taken:
* symbols should not contain numerics at the start nor after the namespace prefix * symbols should not contain numerics at the start nor after the namespace prefix
* 32 bit floating point is the only numeric type * 32 bit floating point is the only numeric type
* [/include/twn_api.json](../share/twn_api.json) file is hand-kept with a schema to aid automatic binding generation and tooling * [/include/twn_api.json](../share/twn_api.json) file is hand-kept with a schema to aid automatic binding generation and tooling
* parameter names should not collide with keywords of any language that is targetted; if so happens, parameter alias could be added