# Copyright (C) 2001-2005, The Perl Foundation.
$Id: README 23379 2007-12-02 20:47:01Z coke $

These programs show very different ways how to print a simple
string. Some are obfuscated, some are horribly platform dependend.

To run them all (from the top level directory)

$ make
$ for f in examples/japh/japh*.pasm; do ./parrot $f ; done

These JAPHs are also tested by 'make test' in the Parrot root directory.
The test file is 't/examples/japh.t'.
