Files
harbour-core/harbour/tests/set_num.prg
1999-10-04 18:46:41 +00:00

16 lines
171 B
Plaintext

//
// $Id$
//
// Testing SET
function Main()
local n, cNewLine := HB_OSNewLine()
for n := 1 to 39
outstd (cNewLine)
outstd (set (n))
next
return nil