This commit is contained in:
2026-04-07 15:16:19 +03:00
parent 953b39d433
commit 0fa388abeb
25 changed files with 1370 additions and 38 deletions
+1
View File
@@ -160,6 +160,7 @@ impl<'a> VM<'a> {
Value::StringList(l) => Decimal::from(l.len()),
Value::NumberList(l) => Decimal::from(l.len()),
Value::Object(m) => Decimal::from(m.len()),
Value::List(l) => Decimal::from(l.len()),
other => {
return Err(VMError::RuntimeError(format!(
"len() not supported for type {}",