Add into string command

This commit is contained in:
Stefan Stanciulescu
2021-11-02 20:39:16 +01:00
parent b53570ceaa
commit 070067b75e
4 changed files with 384 additions and 0 deletions

View File

@ -53,6 +53,7 @@ pub fn create_default_context() -> EngineState {
IntoBinary,
IntoFilesize,
IntoInt,
IntoString,
Last,
Length,
Let,