F is a programming language created in 1996.
| #1005on PLDB | 30Years Old |
F is a modular, compiled, numeric programming language, designed for scientific programming and scientific computation. F was developed as a modern Fortran, thus making it a subset of Fortran 95. It combines both numerical and data abstraction features from these languages. Read more on Wikipedia...
program hello
print *, "Hello World"
end program hello
program main
! Insert code here
end program main| Feature | Supported | Example | Token |
|---|---|---|---|
| Strings | ✓ | "Hello world" | " |
| Print() Debugging | ✓ |