Merge pull request #278 from onthebridgetonowhere/port_into_string

Port into string command
This commit is contained in:
JT
2021-11-04 05:59:56 +13:00
committed by GitHub
3 changed files with 251 additions and 0 deletions

View File

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