read eval print loop - list of SML/NJ REPL commands -


i'm looking full list of commands ctrl-z work in sml/nj repl. i've searched here, google , sml/nj website can't find anything, not ones know.

to clear, i'm not looking sml language reference, repl interface commands.

ctrl-z (under windows assume) not sml command. rather colses console instance. means end-of-file. under win can see simple application of behavior using:

copy con text.txt 

this copies characters keyboard (con) text file. many repls use same mechanism/understanding.

largely same exists under unix/linux systems ctrl-d.

coming here, there might no more repl commands sml/nj.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -