Category:S-lang: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
Line 30:
 
() = fputs("the quality of mercy is not strnen\n", stdout);
You can approximate print() with: the following; NOTE the capital-S, which implicitly calls
the string() function to convert-or-describe non-strings as strings:
 
define print(foo) { () = printf("%S\n", foo); }
Anonymous user