diff options
-rwxr-xr-x | docs/markdown/snippets/get_unquoted.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/get_unquoted.md b/docs/markdown/snippets/get_unquoted.md new file mode 100755 index 0000000..5f8969d --- /dev/null +++ b/docs/markdown/snippets/get_unquoted.md @@ -0,0 +1,4 @@ +# `get_unquoted()` mehod for the `configuration` data object + +New convenience method that allow reusing a variable value +defined quoted. Useful in C for config.h strings for example. |