4th Dimension

4D is a relational database management system and integrated development environment developed by Laurent Ribardière. 4D was created in 1984 and had a slightly delayed public release for Macintosh in 1987 with its own programming language. Wikipedia

Created Year: 1984
Designed by: Laurent Ribardière
Developed by: 4D SAS
Operating systems: Microsoft WindowsmacOS
Implemented in: C++
File extensions: 4DB, 4DC

Wikidata: Q238349

Programming paradigms: procedural programming

Language types: procedural programming language

Hello World in 4th Dimension

OPEN WINDOW (10;45;500;330;0;"Hello Window")
While (True)
  MESSAGE ("Hello World")
End while

Search on GitHub


Latest data update: 2024-10-15