in the applet (as it can be started directly from here), you'll have to type in the expression Host load: 'http://home.netsurf.de/helge.horch/esug/signum.html' (the applet can't access your clipboard, thus the type-in). Then evaluate the expression with "do it". Note that the applet will only be allowed to load code from the server where the applet itself came from.
This is just some sample code...
Integer understands: 'signum
[self = 0 ? [^0].
self > 0 ? [^1].
^`1]' "backquote denotes unary minus"
Some more explanations can go here, as they're not in PRE tags, they're ignored by the code loader. This is a poor man's version of literate programming.