Harbour

Harbour is a computer programming language, primarily used to create database/business programs. It is a modernized, open source and cross-platform version of the older Clipper system, which in turn developed from the dBase database market of the 1980s and 1990s. Wikipedia

Created Year: 1999

Wikidata: Q2544816

Programming paradigms: declarative programmingfunctional programmingimperative programmingmulti-paradigm programmingobject-oriented programmingprocedural programmingreflective programming

Language types: declarative programming languagemulti-paradigm programming languageprocedural programming language

Hello World in Harbour

PROCEDURE Main()

   ? "Hello World"

   RETURN

Search on GitHub


Latest data update: 2023-08-05