apropos

apropos s -- displays a list of global symbols which match the pattern specified by the string s.

The pattern may contain '*'s as wild card characters.

     i1 = apropos "scan"
     
     o1 = {"scan","scanKeys","scanPairs"}
     
     o1 : List
     

Go to main index.

Go to concepts index.