apply or return the last value
This commit is contained in:
@@ -73,7 +73,7 @@ class Prelude {
|
||||
return value;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return values[values.length-1];
|
||||
}
|
||||
public static var or:Function = Reflect.makeVarArgs(_or);
|
||||
|
||||
|
Reference in New Issue
Block a user