Canonical Representation R←180⌶Y

This function is the same as the system function ⎕CR except that it can be used to obtain the canonical representation of methods in classes. 180⌶ is used by ]PROFILE.

Example

      )load ComponentFile
C:\Program Files\Dyalog\Dyalog APL-64 15.0 Unicode\...

      180'ComponentFile.Close'
 Close                          
 :Implements Destructor         
 :If tie⎕FNUMS                 
     :If temp  Name ⎕FERASE tie
     :Else  ⎕FUNTIE tie        
     :EndIf                     
 :EndIf