Minetest-WorldEditAdditions/.tests
Starbeamrainbowlabs 0fef39d707
Vector3: Implement __concat operator overloading
Now you can do this:

local v = wea.Vector3.new(3, 4, 5)
print(v.."yay")
2021-07-15 02:18:21 +01:00
..
strings Test the rest of the sring polyfills 2021-06-26 02:17:49 +01:00
Vector3 Vector3: Implement __concat operator overloading 2021-07-15 02:18:21 +01:00