Questions Columns Rows
GitHub icon

Clipper

Clipper - Programming language

< >

Clipper is a programming language created in 1985.

#325on PLDB 38Years Old

Clipper is an xBase compiler, which is a computer programming language, that is used to create software programs that originally operated primarily under MS-DOS. Although it is a powerful general-purpose programming language, it was primarily used to create database/business programs.. Read more on Wikipedia...


Example from hello-world:
? "Hello World"
// Hello World in Clipper ? "Hello World"
Example from Wikipedia:
USE Customer SHARED NEW clear @ 1, 0 SAY "CustNum" GET Customer->CustNum PICT "999999" VALID Customer->CustNum > 0 @ 3, 0 SAY "Contact" GET Customer->Contact VALID聽!empty(Customer->Contact) @ 4, 0 SAY "Address" GET Customer->Address READ

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Stats Sponsor Traffic Traffic Today Day 267 feedback@pldb.com Logout