index
:
esotericFORTRAN.git
main
Lexer, parser and compiler for a FORTRAN like programming language, with an IDE
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
example.txt
blob: 886e85c3b6a07dbbcaf0957d0829c2eb6c6a33e9 (
plain
)
1
2
3
4
5
6
real :: a a=6 if a>2 then a=a+0.5 endif print a