I download "SML of new jersey" for windows vista.
I work on ML file which call "a.ml" in libary c.
Now I want to load all the commands in the file to the interpter, but I don't succsses.
I tried (use "c:\a.ml");
Thank you for your help.
|
|
|
The
You can also use forward slashes instead of backslashes to avoid having to escape anything. Also note that if you invoke the interpreter from within the directory the ml file is in, you don't need to specify a directory at all, i.e. |
|||||
|