for example, I want to print something like level (x)
with x being the number. I already have a value named x, and I want to show x in the output with text in front of it. Does anyone have a way to do this?
1 | print ( "level ( " ..yourvalue.Value.. " )" ) |