Something like this:
https://dev.lfortran.org/input?i=sin%283.5%29
And the website would execute the equivalent of (this work in interactive LFortran):
>>> sin(0.5) 1,9 ]
0.47942555
And we should then use this mechanism to allow people to use our website to execute Fortran snippets interactively on their website.
Something like this:
https://dev.lfortran.org/input?i=sin%283.5%29
And the website would execute the equivalent of (this work in interactive LFortran):
And we should then use this mechanism to allow people to use our website to execute Fortran snippets interactively on their website.