// hello.prg — Simplest possible PRG FUNCTION Main() AP_JSONRESPONSE({ "ok" => .t., "msg" => "hello from PRG" }) RETURN NIL