AAARRGGHH! This is so frustrating! The best I've come up with is:
integers {
turns : integer_dynamic {(turns())}
}
on_command {
: match "score _" {
: print {(
"You have scored " + score + " points in " + turns + " turns."
)}
}
}