Files
calc/lib/hello.cal
2017-05-21 15:38:25 -07:00

13 lines
175 B
Plaintext

/*
* Hello world
*
* See:
* http://www.latech.edu/~acm/helloworld/calc.html
*/
while(1) print "Hello World!";
if (config("lib_debug") >= 0) {
/* nothing to do */
}