contains and contians any - remove comment

This commit is contained in:
Nick 2023-05-10 12:37:43 -05:00
parent 8b8af31eb8
commit d427405f47

View File

@ -174,7 +174,6 @@ pub fn builtin_function(identifier: &str) -> Option<Function> {
if let Value::Tuple(b) = b {
let mut contains = false;
for value in b {
//if value is not String, Int, Bool, Float error it out
if let Value::String(_)
| Value::Int(_)
| Value::Float(_)