Sets the text to display.
text:set_text(value)
value
string
number
local text = crystal.Text:new(); text:set_text("Welcome aboard!");
local text = crystal.Text:new(); text:set_text(56);