6.8. C formating

Start felix section to tut/examples/tut_beg319.flx[1 /1 ]
     1: #line 3719 "./lpsrc/flx_tutorial.pak"
     2: #import <flx.flxh>
     3: print$ f"% 1.2d 0x%x %% %g %ld\n" (22,99u,9.7,88l);
     4: 
End felix section to tut/examples/tut_beg319.flx[1]