Pastey dll called
- Posted by useless_ Sep 28, 2012
-- kats_tasks.e -- this becomes a dll, this is the one of millions of objects include std/dll.e include std/map.e include std/os.e -- sleep public function task_abc(sequence recieved) sequence data sleep(10) data = {"hello two?"} return data end function