diff --git a/docs/interop.md b/docs/interop.md index 8970fd5..930e6dc 100644 --- a/docs/interop.md +++ b/docs/interop.md @@ -14,3 +14,4 @@ for that certain considerations are taken: * symbols should not contain numerics at the start nor after the namespace prefix * 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 +* parameter names should not collide with keywords of any language that is targetted; if so happens, parameter alias could be added