The DrawFlowchart formula also allows you to demonstrate your code logic from different abstractions levels. Let's say you would like to omit some details, e.g. for a given module, you are interested only in what the module exports, or, what classes it contains. There is a list of defined levels you can do that with, you can include one or more of these abstraction levels in your formula as a list:
FUNCTION
FUNCTION_DEPENDENCIES
CLASS
IMPORT
EXPORT
Let's take an example of this module, we want to abstract it by EXPORT and IMPORT