Is there a patch to lua for composite operators (+=,-=,*=...)? -


I know that the overall operator is not necessary, but I really want it.

Your first stop should be, if it is not anything to produce, you can search through it , Or try mailing list to ask yourself.

I think that you need to create it manually using the provided Lava source, but the bitwise ops patch on the power patch pages shows you all the places you want to patch < / P>

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -