Sandbox
Kilroy was here. And here. Most of the markup commands seem to be broken. [?]#A section [?]Sandbox#A section Guess you can't link to a section within a page.A section
How is a line handled starting with a space
define function factorial (n :: <integer>) => (n! :: <integer>)
let n! :: <integer>= 1;
while (n >0)
n! := n! * n;
n := n - 1;
end while;
//
n! // return n!
end function factorial;
Test Dylan Code
<pre>set := a function</pre> <pre>