| 
 
 Example Character addMethod 013
  | 
  This example defines a method named Vowel that is invoked when 
                 the Character type receives an isVowel message.  The Vowel method
                 method converts the Character Value, to the English word "Yes" or to the 
                 English word "No" depending upon whether or not the character is a vowel.
  Notes and Hints  To view the entry in the methods Dictionary created by the addMethod function, 
           you can use the method name to access the directory entry by   #<Dictionary 123456>[methodName:] or   To determine the number of assigned methods: (length  (methodsOf Boolean: )) To access the nth method name: (methodsOf Boolean: )[n  0]
 Returns:  
 Returns:  
 Returns:  
 Returns:  
Here are examples of the addMethod function at work.
Here is the link to the current function used in this example. 
Here are a number of links to other related functions.
| defmethod(#void) | send(#void) | methodsOf(#void) | 
 
  Here are the links to the  data types  of the arguments used in this example.    Here are a number of links to examples having similar argument types. 
  
 
Character 
Symbol 
Dictionary 
 
 | 
Analytic Information Server (AIS)AIS Component Systems 
  |