diff options
Diffstat (limited to 'src/examples/selection.ft')
-rw-r--r-- | src/examples/selection.ft | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/examples/selection.ft b/src/examples/selection.ft deleted file mode 100644 index 21100b2..0000000 --- a/src/examples/selection.ft +++ /dev/null @@ -1,6 +0,0 @@ -character (len=10)::hello -hello="hello" -if 4==5 then -hello="goodbye " -endif -print *,hello,6," world" endprint
\ No newline at end of file |