Improved Evaluation
This commit is contained in:
@@ -15,9 +15,10 @@
|
||||
- (void)push;
|
||||
- (void)pop;
|
||||
|
||||
- (void)bindValue:(NSDecimalNumber *)value toName:(NSString *)variableName;
|
||||
- (void)unbindVariableName:(NSString *)variableName;
|
||||
- (void)defineVariable:(NSString *)variable withValue:(id)value;
|
||||
- (void)undefineVariable:(NSString *)variable;
|
||||
- (BOOL)isVariableDefined:(NSString *)variable;
|
||||
|
||||
- (NSDecimalNumber *)valueForVariableName:(NSString *)variableName;
|
||||
- (NSDecimalNumber *)valueForVariable:(NSString *)variable;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user