add bytes len (#5945)

This commit is contained in:
WindSoilder
2022-07-04 18:51:07 +08:00
committed by GitHub
parent 2da8310b11
commit 1e8212a938
5 changed files with 130 additions and 0 deletions

View File

@ -207,6 +207,11 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
StrUpcase
};
// Bytes
bind_command! {
BytesLen
}
// FileSystem
bind_command! {
Cd,