Licson Lee says to YSITD
不是 #include <koru> int koru(KoruHandle handle){ KoruSensor weather = koru_open('sensors/weather'); if(weather->rain){ KoruSocket chan = koru_open('contact/@DennyHuang'); koru_write(chan, weather); } return KORU_OK; }