This demo just showcases another bare minimum test case for pylc3 going over each step and what is usually done at that step.
A simple program that sums values in an array at a specific address with length at another specific address, the sum is written to a another specified address.
The test goes over the basics along with the method to write parameters to a memory address specified by a label along with how to test if a value in a specific memory address is a certain value.