throw exception when call-ing a system instruction.
This commit is contained in:
@@ -31,8 +31,8 @@ fn prolog_repl() {
|
||||
|
||||
load_init_str_and_include(&mut wam, BUILTINS, "builtins");
|
||||
// load_init_str(&mut wam, LISTS);
|
||||
// load_init_str(&mut wam, CONTROL);
|
||||
// load_init_str(&mut wam, QUEUES);
|
||||
// load_init_str(&mut wam, CONTROL);
|
||||
// load_init_str(&mut wam, QUEUES);
|
||||
|
||||
loop {
|
||||
print!("prolog> ");
|
||||
|
||||
Reference in New Issue
Block a user