friend... the hidden function?
Monkey Forums/Monkey Beginners/friend... the hidden function?| 
 | ||
| typed friend by accident and it lit like a function but there is no documentation on it so guessing it does not belong. or does it... | 
| 
 | ||
| Added in v83c. Haven't used it, but check this out: https://en.wikipedia.org/wiki/Friend_function | 
| 
 | ||
| The 'Friend' keyword is used to make private and protected elements from the current module visible to another. Here's an example. | 
| 
 | ||
| cool thought it was accidental thanks |