8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
# Explicitly typed set.
|
|
baseball players: !!set
|
|
? Mark McGwire
|
|
? Sammy Sosa
|
|
? Ken Griffey
|
|
# Flow style
|
|
baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees }
|