``` class Memo extends View ``` Multi line input memo [View](View) `MEMO` Kind constant ``` function text($x=Tools::GET) ``` [View](View)::TEXT property ``` function insert( $at, $x ) ``` Inserts text at a point - `$at` Insertion at this point (false: start, true:finish, int:index) - `$x` The text to insert