Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
101 FORMAT(1X,F6.2,1X,2X,2X)
102 FORMAT(1X,2(F6.2,1X),2X,4X)
if (n.eq.1) then
assign 101 to ifmt
else if (n.eq.2) then
assign 102 to ifmt
endif
write (1,ifmt) x