Open
Description
From what I can gather, strings are not directly supported as parameters. Of course being C and not C++ makes this is a messy topic (char * is not always a string).
Is there anything that can help here? Are there plans for supporting strings?
If strings are somehow supported, then please change the simple example to use them (the other two examples are a bit heavy to teach a conceptually basic type).