update package locations to a subdir packages
This commit is contained in:
13
packages/cplint/examples/trigger.cpl
Normal file
13
packages/cplint/examples/trigger.cpl
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
|
||||
?- s([death],P).
|
||||
P = 0.305555555555556 ?
|
||||
yes
|
||||
?-
|
||||
*/
|
||||
|
||||
death : 1/6 :- pull_trigger(left_gun).
|
||||
death : 1/6 :- pull_trigger(right_gun).
|
||||
|
||||
pull_trigger(left_gun).
|
||||
pull_trigger(right_gun).
|
Reference in New Issue
Block a user