Example 1
In this example, using the op command to extract the 15th operand results in an error.
Solution:
Using the nops command, you see that there are only 14 operands.
To access the last element, use the following command:
Example 2
Again, calling the op command to extract an operand outside the bounds of the list results in an error.
Solution:
Modify the arguments to the op command to extract an element within the list. Use the nops command to determine the number of operands.