メインコンテンツまでスキップ
バージョン:26.3

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 in the SenseTalk Dictionary:



ノート

This page is under construction: it has not been reviewed for completeness.