The captcha element creates a fully automatic CAPTCHA form element.
captcha
Example:
define page root(){ var i : Int form{ input(i) captcha() submit action{ Registration{ number := i }.save(); } {"save"} } }