Fragment Builder
Fragments are pieces of code that occur regularly in programs but which
can't be encapsulated in procedures. The image shows a typical example
of a fragment (Open Jet Database). It consists of a series of lines you
use regularly in your code, but which you would normally not encapsulate
in a procedure.