Files
harbour-core/harbour/tests/working/set_num.prg

16 lines
169 B
Plaintext

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