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.
01 alpha-value pic x(20).
01 redefines alpha-value.
02 alpha-to-convert pic zz.
02 pic x(18).
01 num-value pic 9(2).
...
move alpha-to-convert to num-value.