diff options
Diffstat (limited to 'src/example.txt')
-rw-r--r-- | src/example.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/example.txt b/src/example.txt index 886e85c..8e10c72 100644 --- a/src/example.txt +++ b/src/example.txt @@ -1,6 +1,6 @@ -real :: a -a=6 -if a>2 then -a=a+0.5 +character (len=10)::hello +hello="hello" +if 5==5 then +hello="goodbye " endif -print a +print *,hello,6," test" endprint
\ No newline at end of file |