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
/
examples
/
expression.ft
blob: c3420fe3e40e5d3f01f97fe040bee470ab7ae507 (
plain
)
1
2
3
4
5
program expression int::a a=(5+4)*(10/2)+5**2 print*,a end program expression