Question: How to view internal code from mla

I wish to view the complete internal workings of the code (specifically the SHA code created by Joe Riel)

I tried  ...

interface(verboseproc=2)
print(SHA)  #appears to show a limited amount of code

showstat(SHA)  #shows some code but it's not complete

march('list',"c:\\testlib\\SHA.mla")   # not exactly what I thought it would list


How do I view the code? 

 

 

Please Wait...