caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Jonathan Roewen" <jonathan.roewen@gmail.com>
To: "Troy Spier" <computerfreakk48@yahoo.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Hello
Date: Tue, 14 Mar 2006 14:26:53 +1300	[thread overview]
Message-ID: <ad8cfe7e0603131726u42488f03k88a298df0c663bfd@mail.gmail.com> (raw)
In-Reply-To: <20060314012155.58722.qmail@web61311.mail.yahoo.com>

> print_string "What's your name ? "; let name = read_line () in Printf.printf
> "Hello, %s.\n" name ;;

let o = open_out "filename";;
output_string o name;;
close_out o;;


  reply	other threads:[~2006-03-14  1:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-14  1:21 Hello Troy Spier
2006-03-14  1:26 ` Jonathan Roewen [this message]
2006-03-14  1:29 ` [Caml-list] Hello Jonathan Roewen
2006-03-14  1:35   ` Corey O'Connor
  -- strict thread matches above, loose matches on Subject: below --
2006-03-14  8:57 yoann padioleau
2004-01-28 10:53 bgadil
2004-01-28 10:01 varesenews
2004-01-27 10:36 bessam.abdulrazak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ad8cfe7e0603131726u42488f03k88a298df0c663bfd@mail.gmail.com \
    --to=jonathan.roewen@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=computerfreakk48@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).