11 lines
165 B
Text
11 lines
165 B
Text
// Agent sample_agent in project airSeaRescue
|
|
|
|
/* Initial beliefs and rules */
|
|
|
|
/* Initial goals */
|
|
|
|
!start.
|
|
|
|
/* Plans */
|
|
|
|
+!start : true <- .print("hello world.").
|