However, it could be a Forth word, as "..." is a permissible name. The rules for naming Forth words are;
As an example, we could devise a program that explains "Smileys" when the user types them at the command line;
: :-) ." I'm a happy face, indicating a light hearted comment." ;
: :-( ." I'm a sad face, indicating displeasure." ;
: [:-|] ." I'm Frankenstein's monster." ;
: >+++:) ." I'm a skeletal fish, indicating something fishy here." ;
And so on...