Is it possible to print bold and plain text in the same line?

I want a line to look like this:

TITLE: description

my code:

.fontbold = true
.print "TITLE: "
.fontbold = false
.print description

But this puts the two strings on different lines.

Any help would be great, thanks.