  SVN !!!

  FT_For   onStop
func doFor
...............
  println('for ', i, ' := ', start_num, ' to ', end_num, ' do')
  lng.begin()
    event(onEvent, i)
  lng.end()
  -> event(onStop) 
  ->  event(onStop,1)
 end 
 ******************************************************************************
  FT_Math   doClear -    Default.
  : 
1.   FT_Math.ini  
[Methods]
..............
doClear=  Default|1|0 
-------------------------------------------------
2.  hiFT_Math.hws  
func doClear(_data)
if(linked(doClear))
 println(res, ' := ',default, ';')   
end