guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

perpetual newbie asks a question...


From: Tom Foster
Subject: perpetual newbie asks a question...
Date: Sat, 30 Jun 2001 14:36:18 -0400
User-agent: Mutt/1.2.5i

howdy guys,

This is ever so easy, I'm sure, but why does this not behave
the way I want it to?

(begin 
  (display "file name?")
  (newline)
  (define file-name (read))
  (open-output-file file-name)  
  (display "hello there" file-name)
  (close-output-port file-name)
  )

Thanks for your patience, guys...

-- 

Eat more spinach.
-tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]