Skip to content

Commit

Permalink
feat(builtin): len, amber-lang#441
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Oct 2, 2024
1 parent 5e6d9ba commit 8a3e371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/variable/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn variable_name_keywords() -> Vec<&'static str> {
// Command Modifiers
"silent", "unsafe",
// Misc
"echo", "status", "nameof", "mv", "cd", "exit",
"echo", "status", "nameof", "mv", "cd", "exit", "len"
]
}

Expand Down

0 comments on commit 8a3e371

Please sign in to comment.