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.
real a
character*4 b
integer c
equivalence (a,b)
a = 42.0
! This depends on the endianess: you might want b(4) or b(1)
c = b(4)
print *, c