Using that board the method of printing several things (text or variables) in a single line of code is not available. There is a way of doing it in 3 lines if there are multiple variables and/or strings to print but I would advise you to keep it simple
If you need to print a combination of text and variables at multiple points in the sketch then you could consider writing a function to do it and calling that with the values to be printed as function parameters