This is going to be my topic where I post all of my programs that don't "deserve" their own topic.
FakeNumber
FakeNumber is a small utility I wrote when I was messing with metatables that allows you to create a table that behaves
like a number. You load it like an API with os.loadAPI("FakeNumber"), then use faketable=FakeNumber.newFakeNum(number value). You can set faketable.value to whatever you please after you are done making it, and it will change the behavior like the table now is that number.
Link:
pastebin get Bp3sa2LA FakeNumber
MetaMethods+
Coming soon! Will add metamethods like __type, __tonumber, __tostring, and more!












