![]() |
|
|
NLI: Function: Dot (.) Background: NLI, Expressions, Functions Related: Examples Description: The dot function returns things whose name is the specified string [or sequence of strings]. General Format: (. str1 [str2] ...) Examples: (. 'john) (. 'john 'smith) (. 'john 'b 'smith) Notes: |