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: procedural programmingreflective programmingimperative programmingdeclarative programmingobject-oriented programmingmulti-paradigm programmingfunctional programming

Language types: multi-paradigm programming languageprocedural programming languagedeclarative programming language

Hello World in Harbour

PROCEDURE Main()

   ? "Hello World"

   RETURN

Search on GitHub


Latest data update: 2023-08-05