![]() |
infix custom operator HACK! - Printable Version +- v3rmillion Revived (https://v3rm.luagunsx.xyz) +-- Forum: Coding (https://v3rm.luagunsx.xyz/forumdisplay.php?fid=11) +--- Forum: Lua (https://v3rm.luagunsx.xyz/forumdisplay.php?fid=13) +--- Thread: infix custom operator HACK! (/showthread.php?tid=58) |
infix custom operator HACK! - DaGreatSkunksEqualToMaccas - 03-31-2025 a hack for psuedo-custom operators in lua Code: -- Custom operator to evaluate (class) RE: infix custom operator HACK! - ChessBoi420 - 04-01-2025 woah thats actually kinda cool RE: infix custom operator HACK! - Yutaka - 04-04-2025 That's pretty neat RE: infix custom operator HACK! - OffSet - 04-07-2025 creative use of how lua functions can be called |