<< Prev | - Up - | Next >> |
To start an interactive session enter
% emacs test.ozsml
Note that the standard extension for OzSML files is .ozsml
.
Try
val x = 2;
and feed the line with M-l to the SML to Oz Compiler.
Then you should get something like this
You can show the result in the Oz Browser with
show x;
M-RET | Feed the current buffer to the Compiler |
C-c C-p | Feed the current region to the Compiler |
M-l | Feed current line to the Compiler |
C-c C-c | Change to Oz Compiler Buffer |
C-c C-e | Change to Oz Emulator Buffer |
<< Prev | - Up - | Next >> |