diff options
| author | admin (centauri.fritz.box) <puppet@mx.buetow.org> | 2014-06-30 23:53:04 +0200 |
|---|---|---|
| committer | admin (centauri.fritz.box) <puppet@mx.buetow.org> | 2014-06-30 23:53:04 +0200 |
| commit | adc4b59a3e7c9db6f33670164490830d87331228 (patch) | |
| tree | adc5d21856852bfb5c3cca794a9c07ad476d877e /examples/comments.fy | |
| parent | 63cf3028445d8d213ffc774f77aafd7283cb4fbd (diff) | |
| parent | 5ab5de91eb0ae6ed9db78a2c8c47ec67f105e504 (diff) | |
Mergebuild-010393-lambda
Diffstat (limited to 'examples/comments.fy')
| -rw-r--r-- | examples/comments.fy | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/comments.fy b/examples/comments.fy deleted file mode 100644 index 216e41b..0000000 --- a/examples/comments.fy +++ /dev/null @@ -1,21 +0,0 @@ -#* - * Simple examples how to write comments - *# - -# This is a single lined comment - -say 1 + 1; # This is a comment at the end of the line - -say 1 #* This is an embedded comment *# + 1; - -#* This is - a - multiline - comment *# - -#* - * This is - * a nicer looking - * multiline comment - *# - |
