What procedure is used to read a text line from a file in Gambit? Steve
Afficher les réponses par date
On 2012-04-05, at 6:40 PM, Steve Graham wrote:
What procedure is used to read a text line from a file in Gambit?
(call-with-input-file "~~lib/digest#.scm" (lambda (port) (read-line port))) ";;;============================================================================" (call-with-input-file "~~lib/digest#.scm" (lambda (port) (read-all port read-line))) (";;;============================================================================" "" ";;; File: \"digest#.scm\", Time-stamp: <2009-02-19 16:22:22 feeley>" "" ";;; Copyright (c) 2005-2009 by Marc Feeley, All Rights Reserved." "" ...
Marc
participants (2)
-
Marc Feeley -
Steve Graham