Files
Nim/nim/interact.pas
Andreas Rumpf ddaedab835 version 0.7.2
2008-12-12 14:02:27 +01:00

23 lines
381 B
ObjectPascal

//
//
// The Nimrod Compiler
// (c) Copyright 2008 Andreas Rumpf
//
// See the file "copying.txt", included in this
// distribution, for details about the copyright.
//
unit interact;
// This file implements interactive sessions.
interface
{$include 'config.inc'}
uses
nsystem, llstream, strutils, charsets, ropes, strtabs, msgs;
implementation
end.