I really need help on converting this Objective-C Code to Swift, so that I can implement it into my code. Here's the code
NSLog(@"%@", [@"1 + 2" numberByEvaluatingString]);
I know that numberByEvaluatingString isn't an actual function in Objective-C, but in my code it will work.