lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


That doc rocks!

One thing people might find useful in the assignments section:

a = "X: "   a = a..4		Yields a = "X: 4"

Or something similar for putting numbers into strings...

ando