diff options
Diffstat (limited to 'MLKRoot.m')
-rw-r--r-- | MLKRoot.m | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -155,4 +155,12 @@ static MLKPackage *cl; else return [NSArray arrayWithObject:[NSNull null]]; } + ++(NSArray *) eq:(NSArray *)args +{ + if ([args objectAtIndex:0] == [args objectAtIndex:1]) + return [NSArray arrayWithObject:[cl intern:@"T"]]; + else + return [NSArray arrayWithObject:[NSNull null]]; +} @end |