차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

(최신 | 오래됨) ( | 이전 50개) (20 | 50 | 100 | 250 | 500) 보기

2023년 9월 13일 (수)

  • 최신이전 01:102023년 9월 13일 (수) 01:10HyunJongSu 토론 기여 937 바이트 +937 새 문서: --출력할 값을 담고 있다가 한번에 출력하는 모듈 local p = {} function p.print(o, value) if type(o) ~= "table" then return p end if type(value) == "nil" then return p end o[#o+1]=tostring(value) -- 입력받은 대로 하나씩 저장 return p --자기 자신을 리턴 end function p.printf(o, formatstring, ...) if type(o) ~= "table" then return p end --if type(value) == "nil" then return p end o[#o+1]=string.format(formatstring, ...) -- 입력받은...
(최신 | 오래됨) ( | 이전 50개) (20 | 50 | 100 | 250 | 500) 보기