add a todo
This commit is contained in:
parent
95afcf9940
commit
51212e139a
1 changed files with 1 additions and 0 deletions
|
@ -696,6 +696,7 @@ pub fn alit_end(stack: &mut Stack) -> OError {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: rewrite
|
||||||
pub fn import(stack: &mut Stack) -> OError {
|
pub fn import(stack: &mut Stack) -> OError {
|
||||||
let Value::Str(mut s) = stack.pop().lock_ro().native.clone() else {
|
let Value::Str(mut s) = stack.pop().lock_ro().native.clone() else {
|
||||||
return stack.err(ErrorKind::InvalidCall("import".to_owned()));
|
return stack.err(ErrorKind::InvalidCall("import".to_owned()));
|
||||||
|
|
Loading…
Add table
Reference in a new issue