Lua中文教程(5)
时间:2025-03-10
时间:2025-03-10
Programming in Luaii本书的翻译,是中朋友们共同努力的结果。下面是参与翻译与校对 的朋友:-- file: 'thanks.lua' -- desc: to print the list of the contributing guys function list_iter (t) local i = 0 local n = table.getn(t) return function () i = i + 1 if i <= n then return t[i] end end end helpful_guys = { "----参与翻译----", "buxiu", "凤舞影天", "zhang3", "morler", "lambda", "sunlight", "\n", "----参与校对----", "凤舞影天", "doyle", "flicker", "花生魔人", "zhang3", "Kasi", "\n" } for e in list_iter(helpful_guys) do print(e) end翻译组 2005 年 7 月 26 日 注:本 pdf 为翻译稿,校对工作在进行。Copyright ® 2005, Translation Team,