1.6.10. test/regress/bt-1.01.10

Start felix section to test/regress/bt-1.01.10-0.flx[1 /1 ]
     1: #line 2715 "./lpsrc/flx_regress.pak"
     2: // function drops off end
     3: #import <flx.flxh>
     4: fun f(x:int):int =
     5: {
     6:   if  x == 1 do return 1; done;
     7: }
     8: print (f 1); endl;
End felix section to test/regress/bt-1.01.10-0.flx[1]