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

Language types: procedural programming languagedeclarative programming languagemulti-paradigm programming language

Hello World in Harbour

PROCEDURE Main()

   ? "Hello World"

   RETURN

Search on GitHub


Latest data update: 2023-08-05