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 removes space from a string at a specific address writing the string in place.
The test goes over the basics along with the method to write a string to a memory address specified by a label along with how to test if a string in a specific memory address is a certain value.