1 # Copyright (C) 2007-2009, Parrot Foundation.
6 The unconditional jump is the simplest of all flow control devices in any
7 language, and PIR is no exception. Using the C<goto> command, control flow
8 can jump to any location with a label. Labels are named just like named
9 variables, except they have a colon C<:> at the end.
29 # vim: expandtab shiftwidth=4 ft=pir: