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 8bf896c commit e28e7ffCopy full SHA for e28e7ff
nc_files/m250.ngc
@@ -0,0 +1,29 @@
1
+o<m250> sub
2
+(debug, in M250.ngc)
3
+
4
+o<g881_havex> if [EXISTS[#<x>]]
5
+(debug, X param set: #<x>)
6
+o<g881_havex> endif
7
8
+o<g881_havey> if [EXISTS[#<y>]]
9
+(debug, Y param set: #<y>)
10
+o<g881_havey> endif
11
12
+o<g881_havez> if [EXISTS[#<z>]]
13
+(debug, Z param set: #<z>)
14
+o<g881_havez> endif
15
16
+o<g881_havep> if [EXISTS[#<p>]]
17
+(debug, P param set: #<p>)
18
+o<g881_havep> endif
19
20
+o<g881_haveq> if [EXISTS[#<q>]]
21
+(debug, Q param set: #<q>)
22
+o<g881_haveq> endif
23
24
+o<g881_haver> if [EXISTS[#<r>]]
25
+(debug, R param set: #<r>)
26
+o<g881_haver> endif
27
28
+o<m250> endsub
29
+m2
0 commit comments