Files
harbour-core/harbour/tests/working/box.prg
1999-07-04 15:28:07 +00:00

11 lines
237 B
Plaintext

// Testing Harbour device management.
#include "box.ch"
function Main()
dispbox( 1, 1, 5, 5, B_SINGLE + 'X', 'color not supported')
dispbox( 7, 7, 13, 72, B_DOUBLE + '.')
dispbox( 14, 14, 22, 22, B_SINGLE_DOUBLE )
return nil