# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
marked
# Examples
go to marked card 3
get the short name of next marked card
sort marked cards descending by field "Name"
print marked cards
# Description
You use the mark command to set the marked property of a subset of cards. Once marked, the cards can be treated as a set by the sort or print command. The form sort marked cards sorts only the cards whose mark property is true. The form print marked cards prints only the cards whose mark property is true.
In card references, the marked keyword indicates a card selected from the subset of marked cards. For example, the following statement goes to the first card in the current stack whose mark property is true:
go first marked card
# Tags
ui,
# See