From 2e3be43da8761eb77b00af20f559fef7a8c6b1b8 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 29 Nov 2021 16:24:07 +0000 Subject: added example programs back --- src/examples/selection.ft | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/examples/selection.ft (limited to 'src/examples/selection.ft') 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 -- cgit v1.2.3