# # Software from the book "Inferno Programming with Limbo" # published by John Wiley & Sons, January 2003. # # p. Stanley-Marbell # HelloWorld : module { init : fn(ctxt: ref Draw->Context, args : list of string); };