Content deleted Content added
m Disambiguate Polymorphism to Polymorphism (computer science) using popups |
|||
Line 15:
use XL.TEXT_IO
WriteLn "Hello World"
An alternative form in a style more suitable for large-scale programs would be:
import IO = XL.TEXT_IO
IO.WriteLn "Hello World"
== Syntax ==
|