src/Pure/NJ.ML
changeset 378 85ff48546a05
parent 220 e50ea2471e06
child 396 18c9c28d0f7e
--- a/src/Pure/NJ.ML	Thu May 19 13:13:27 1994 +0200
+++ b/src/Pure/NJ.ML	Thu May 19 13:45:50 1994 +0200
@@ -94,3 +94,9 @@
 
 (*Get pathname of current working directory *)
 fun pwd () = System.Directory.getWD ();
+
+
+(*** ML command execution ***)
+
+fun use_string commands = System.Compile.use_stream (open_string commands);
+