unfortunately I think there is no way, you would need to create a function which checks for all possible operators you need and performs needed operation, like
function operator(op, a, b)if op =="=="thenreturn a == b
elseif op ==">"thenreturn a > b
--etcendend
It might be possible with the new Macros extension, but until we have a proper go with it then I don't know for sure.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Comments
Likes: pie
https://deluxepixel.com
Likes: pie