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/io.fy | |
| parent | 63cf3028445d8d213ffc774f77aafd7283cb4fbd (diff) | |
| parent | 5ab5de91eb0ae6ed9db78a2c8c47ec67f105e504 (diff) | |
Mergebuild-010393-lambda
Diffstat (limited to 'examples/io.fy')
| -rw-r--r-- | examples/io.fy | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/io.fy b/examples/io.fy deleted file mode 100644 index fda514d..0000000 --- a/examples/io.fy +++ /dev/null @@ -1,13 +0,0 @@ -#* - * Simple I/O examples. Currently only output is supported. - *# - -# Print out 10 followed by a newline -say 10; - -# Print out 20 without a newline followed -put 20; - -# Print out a newline -ln; - |
