The original interpreter of B, created in Bell Labs, Murray Hill.
An example from “A tutorial introduction to the language B” by Kernigan. Shows usage and initialization of global variables.
main( ) { extrn a, b, c; putchar(a); putchar(b); putchar(c); putchar('!*n'); } a 'Hell'; b 'o, W'; c 'orld';
View the discussion thread.
blog comments powered by Disqus
Comments
]]>blog comments powered by Disqus
]]>