Files
harbour-core/harbour/extras/hbapollo/tests/test72.prg
Viktor Szakats 340318e66d 2012-07-21 19:09 UTC+0200 Viktor Szakats (vszakats syenar.net)
+ extras
  - examples
  * doc/dirstruc.txt
    * renamed 'examples' to what it is more: 'extras'
2012-07-21 17:10:27 +00:00

16 lines
159 B
Plaintext

/*
* $Id$
*/
/*
sx_Descend()
*/
#include "sixapi.ch"
#include "simpleio.ch"
PROCEDURE MAIN()
LOCAL cString := "Harbour"
? sx_Descend( cString )