Python on Parrot Python on Parrot #40

Syntax

if                -- "if" keyword
  a == 4          -- an expression
then              -- "then" keyword
  print "Hello";  -- a statement
continued...
Copyright © 2007 Patrick Michaud