*accepted non parameter RAISE statement.
This commit is contained in:
parent
93bd345af0
commit
074416b2e2
@ -1224,7 +1224,9 @@ static int raise(struct mb_interpreter_t* s, void** l) {
|
||||
|
||||
mb_check(mb_attempt_open_bracket(s, l));
|
||||
|
||||
if(mb_has_arg(s, l)) {
|
||||
mb_check(mb_pop_int(s, l, &err));
|
||||
}
|
||||
|
||||
mb_check(mb_attempt_close_bracket(s, l));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user