[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: copy by value implementaion of lua strings
- From: cynthia powers <powcyn@...>
- Date: Wed, 7 Nov 2012 14:46:19 -0500
How is copy-by-value implemented for lua strings?
Is there a new TObject made in every SETGLOBAL of the string object inside the function?