We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4937307 commit c0f35a9Copy full SHA for c0f35a9
README.md
@@ -65,10 +65,10 @@ a1 = galaxy
65
-a(0:W q1) +a(W q2).
66
end
67
68
-show process #e. #a1. %kill. end
69
-show process #000. #a1. %kill. end
70
-show process #010. #a1. %kill. end
71
-show process #110. #a1. %kill. end
+show process #e. #a1. &kill. end
+show process #000. #a1. &kill. end
+show process #010. #a1. &kill. end
+show process #110. #a1. &kill. end
72
```
73
74
More examples can be found in `examples/`.
0 commit comments