lua-users home
lua-l archive

Re: Writing "raw" strings in Lua

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


>What's the easiest way to write a "raw" string out. That is, if we do:
the easiest, but not the prettiest, way is the [[ ... ]] form:
	write("[[",s,"]]")
--lhf

AltStyle によって変換されたページ (->オリジナル) /