The @print() function will just return whatever string you give it. It can take multiple arguments. For examaple, the code: @print("Hi there! ", "And there!") will just return "Hi there! And there!"