, (comma)
Used in Lists of Formal Parameters
Examples:
to handle remembrance event, date, attendees
params x,y
Used to Separate Parameters to Commands and Functions***
Examples:
prepareOrder items, quantities, details
set total to sum(previousBalance, newEntries)
Used in Declaration Lists of Local, Global, and Universal Variables
Example:
global currentGoods, interestRate, totalExpense
Used to Separate Items in List Expressions
Example:
set coords to [47, 88, 16]
Used to Separate key:value Pairs in Property List Expressions
Example:
put {release:6.01, date:today, ident:"giraffe"} into specs
Used in Lists of Helpers
Used in Some Commands
e.g. list of options in the answer
command
Related Terms
Related terms in the SenseTalk Dictionary.