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