Jump to content

Shell one-liner: Difference between revisions

FORTRAN entry
(Add Racket entry)
(FORTRAN entry)
Line 155:
<lang bash>$ gforth -e ".( Hello) cr bye"
Hello</lang>
 
=={{header|FORTRAN}}==
This example, stolen from the [[InternalLink|c]] example is subject to the same caveats.
<lang bash>
$ gawk 'BEGIN{print" write(6,*)besj1(exp(1.0))\n end";exit(0)}'|gfortran -x f77 - && ./a.out
0.435962617
</lang>
 
=={{header|Gema}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.