# S3 method for mcptext
print(x, ...)

Arguments

x

Character, often with newlines.

...

Currently ignored.

Examples

mytext = "line1 = 2\n line2 = 'horse'"
class(mytext) = "mcptext"
print(mytext)