Empty program: Difference between revisions

Line 345:
 
The RCE(P)L of JOY reads a program -- which looks like a sentence, ending in a full stop -- compiles it, executes it and optionally prints the top of the stack. The only way to exit this loop properly is to call quit, which is equivalent to exit(0); in C.
 
=={{header|KonsolScript}}==
 
<lang KonsolScript>function main() {
}</lang>
 
=={{header|Liberty BASIC}}==
Anonymous user