Jump to content

Category:S-lang: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 27:
should "eat" it:
 
() = printf("S-Lang: %d tasks and counting!\n", 1723);
 
() = fputs("foothe quality of mercy is not strnen\n", stdout);
You can approximate print() with:
 
define print(foo) { () = printf("%S\n", foo); }
S-Lang is the extension language for the lightweight Emacs-like
[http://www.jedsoft.org/jed/ programmer's editor Jed]. There, the
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.