Science Fair Project Encyclopedia
Condit programming language
Condit is an esoteric programming language based on conditional execution.
A Condit program loops over an ordered set of conditions, executing the code for any that are true and terminating when all conditions are false.
Condit has a fairly readable syntax for an esoteric language and supports both numeric and string variables.
The Condit version of the traditional Hello World program runs thus:
when a=0 then put "Hello, world!" set a=1
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


