EOF; $code['lisp'] = << "Hello World!" EOF; $code['html'] = <<Hello World

Hello World!

howdy

EOF; $code['ruby'] = << 'index', :requirements => { :action => /(?:[a-z](?:[-_]?[a-z]+)*)/ } map.connect ':controller/:id', :action => 'show', :requirements => { :id => /\d+/ } map.connect ':controller/:id/:action', end EOF; $code['ocaml'] = << int = let rec fact x = if x < = 1 then 1 else x * fact (x - 1);; val fact : int -> int = fact 5;; - : int = 120 square 120;; - : int = 14400 EOF; $code['python'] = <<