1: #line 2371 "./lpsrc/flx_regress.pak" 2: //Check regmatch 3: #import <flx.flxh> 4: 5: fun format (suffix:string) : string => 6: regmatch "1" with 7: | "1" => ".static_suffix" + suffix 8: endmatch 9: ; 10: 11: print $ format (".dynamic_suffix"); endl;
1: .static_suffix.dynamic_suffix