Animation: Difference between revisions

(→‎{{header|Standard ML}}: rem. compilation)
Line 2,763:
 
=={{header|Standard ML}}==
Works with PolyML interpreter. Add loop for compilation.
<lang Standard ML>open XWindows ;
open Motif ;
Line 2,819:
XtManageChild canvas ;
XtManageChild main ;
XtRealizeWidget shell (* add loop here to compile *)
)
Anonymous user