summary refs log blame commit diff stats
path: root/nim/interact.pas
blob: aab3c7fc2f4641ed24fcfa7465620adc9c202eeb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                    
                                                               



              
//
//
//           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, nstrtabs, msgs;

implementation

end.