You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
283 B
Plaintext

// Agent testAgent in project Web40 - For socket.io
!start.
/* Wait for service introduction (temporal plan, to erase) */
+!start : true
<- +have(started);
.print("Hola");
.wait(1000);
sendSocket("test","hola").
+success(yes): true
<- .print("Succes!!!!!").