NAME ^

python.ops - Python Operations

DESCRIPTION ^

Currently included in main - will be split.

IO operations ^

print_item(in INT)

print_item(in NUM)

print_item(in PMC)

print_item(in STR)

Print $1 to standard output. If another print_item follows, a space is inserted.

print_newline()

Print a newline char to standard output.

print_item(in PMC, in INT)

print_item(in PMC, in NUM)

print_item(in PMC, in PMC)

print_item(in PMC, in STR)

Print $2 to IO stream object $1. If another print_item follows, a space is inserted.

print_newline(in PMC)

Print a newline char to IO stream object $1.

COPYRIGHT ^

Copyright (C) 2001-2006 The Perl Foundation. All rights reserved.

LICENSE ^

This program is free software. It is subject to the same license as the Parrot interpreter itself.


parrot