print(...)

Implementing a Perl 6 style print statement.

say(...)

Implementing a Perl 6 style say statement, which automatically appends a newline to the end of what is printed.

infix:,

Build a list from the arguments sent to the operator.

ok(...)

Internal implementation of the Test::More 'ok'. It increments the internal test counter and handles making test output.

plan(...)

Internal implementation of the Test::More 'plan'. It sets the internal test counter to 0 and outputs the TAP plan line.


parrot