hook concat into stl
This commit is contained in:
parent
ff5e76ff98
commit
7ca42f18da
3 changed files with 6 additions and 3 deletions
|
|
@ -36,6 +36,6 @@ pub mod ast {
|
|||
|
||||
pub mod stdlib {
|
||||
pub use crate::stl::{get_stdlib};
|
||||
pub use crate::str::{get_echo};
|
||||
pub use crate::str::{get_echo, get_concat};
|
||||
pub use crate::append::{get_append};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue