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
/
string.ft
blob: dc7ed08f1b52e43073743ed11e47a28775b050ac (
plain
)
1
2
3
4
5
program string character(len=15)::a a="Hello World!" print*,a end program string