SAL (SemWare Application Language)


// Display hello world endlessly
proc main()
    loop
        WriteLine("Hello, World!")
    endloop
end


submitted by: sammy@beta.semware.com (Sammy Mitchell)