as…
for explicit coercion method
Ex: as.numeric(x)
…?
for condition method. use is…
or has…
if the programming language doesn’t allow? character.
Ex: (collection? x)
maybe…
for doing something if arguments are not nil
Ex: (maybe-substitute header)