diff options
Diffstat (limited to 'docs/markdown/snippets/warning_function')
-rw-r--r-- | docs/markdown/snippets/warning_function | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/warning_function b/docs/markdown/snippets/warning_function deleted file mode 100644 index 537651e..0000000 --- a/docs/markdown/snippets/warning_function +++ /dev/null @@ -1,6 +0,0 @@ -# Added warning function - -This function prints its argument to the console prefixed by "WARNING:" in -yellow color. A simple example: - -warning('foo is deprecated, please use bar instead') |