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.
val = '12345678.90'
valr = Reverse( val )
valr = Translate( 'abcdef,ghi,jkl,mno,pqr,st',,
valr,, /* c is the decimal point */
'abcdefghijklmnopqrst' )
saveval = valr
do forever
saveval = Strip( saveval )
saveval = Strip( saveval,,"," )
if valr = saveval then leave
valr = saveval
end
say reverse( valr )
Not a complaint - just a statement. . .
"Any general purpose language will be 'worthless' for something."
Yup, and typically should not be used for those situations.