comma
Predefined Variable (in CommonSymbols)
The word comma is a predefined variable populated with the “,” character.
Example:
put comma --> ,
Put "Alicia" into FirstName
Put "Keys" into LastName
Log LastName && comma && FirstName --> Keys , Alicia
ノート
Comma can also be used as an implicit concatenation literal:
put "Potter" comma "Harry" --> Potter,Harry
Related Terms
Related terms in the SenseTalk Dictionary:
- Comma Symbol:
,(comma)
ノート
This page is under construction: it has not been reviewed for completeness.