From 3bdee30e7beb4566936583bf26725016c6cbfab9 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Sun, 26 Jan 2025 18:08:49 +0300 Subject: [PATCH] /docs/interop.md: add a line about parameter keywords --- docs/interop.md | 1 + 1 file changed, 1 insertion(+) 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