The fail construction is used to abort a
task with prejudice. A string argument may be
given. A C++ exception is thrown. It cannot
be caught by the Felix program (although
it can be caught by the driver).
Start felix section to tut/examples/tut_beg150.flx[1
/1
]
1: #line 2321 "./lpsrc/flx_tutorial.pak"
2: #import <flx.flxh> 3: // uncomment to test 4: //fail "Aborted"; 5:
End felix section to tut/examples/tut_beg150.flx[1]