Files
harbour-core/harbour/tests/exthrb.prg
Viktor Szakats 9500012b64 2009-06-19 14:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* tests/testhrb.prg
  * tests/exthrb.prg
    ! Fixed missing SVN props.

  * ChangeLog
    ! Removed conflict marker from ChangeLog from a recent commit.

    ; NOTE: I'd encourage everyone to check doc/howtosvn.txt
            before committing.

  * doc/howtosvn.txt
    + Added link to svn cmdline tools.
    + Added link to svn online documentation (a complete free book)
    ! Fixed a few svn commands written in uppercase.
2009-06-19 12:25:44 +00:00

14 lines
131 B
Plaintext

//
// $Id$
//
// see also testhrb.prg
Function Msg()
? "Function called from HRB file"
Return .T.
Function msg2()
Return Msg()