Product

Before we evaluate our process, let us add some technosphere exchanges so that our process does something. In order to add a product produced by the process, inside the curly braces after the process keyword, add another block (a keyword followed by braces, to define something) with the products keyword:

process my_first_process {
    products {
        1 kg bread
    }
}

By convention, we indent lines inside blocks (press Tab to move a line to the right).