This reverts commit e767655ede.
In addition, it applies required changes to function with the new CLI backend.
10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
noop "puppet_first_handover" {}
|
|
noop "puppet_second_handover" {}
|
|
|
|
print "first message" {}
|
|
print "third message" {}
|
|
|
|
Print["first message"] -> Noop["puppet_first_handover"]
|
|
|
|
Noop["puppet_second_handover"] -> Print["third message"]
|