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

17 lines
199 B
Plaintext

//NOTEST
//
// $Id$
//
// compile this using Harbour /10 flag
Function Main()
QOut( MyReplicatZZ( 'a', 10 ) )
return NIL
Function MyReplicator( cChar, nLen )
return Replicate( cChar, nLen )