Skip to content

Commit 8a3e371

Browse files
committed
feat(builtin): len, amber-lang#441
1 parent 5e6d9ba commit 8a3e371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/variable/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn variable_name_keywords() -> Vec<&'static str> {
3232
// Command Modifiers
3333
"silent", "unsafe",
3434
// Misc
35-
"echo", "status", "nameof", "mv", "cd", "exit",
35+
"echo", "status", "nameof", "mv", "cd", "exit", "len"
3636
]
3737
}
3838

0 commit comments

Comments
 (0)