#!/usr/bin/env ioServer c := CGI clone multiply := method(x, y, x := x asNumber y := y asNumber return x * y ) s := Sajax clone s debug_mode := 1 s init s export("multiply") s handle_client_request write("Content-type: text/html\n\n") html := """