parrotcode:
testing variables
Contents
|
Language Implementations
|
Pipp
NAME
variables.t - testing variables
DESCRIPTION
Test variables.
my $hello = "Hallo\n"; print $hello;