When programming, we always need to use intermediate variables and name them. However, when we program in SPL, naming variables is often unnecessary. SPL allows us to reference the name of previous cell directly in subsequent steps ... In this way, racking our brains to define variables is avoided (as the variable has to be given a meaningful name, which is annoying).
Okay then