12 lines
138 B
Text
12 lines
138 B
Text
;nyquist plug-in
|
|
;version 1
|
|
;type tool
|
|
;name "A+B"
|
|
;debugflags trace
|
|
|
|
define variable a = 1
|
|
define variable b = 9
|
|
|
|
print a + b
|
|
|
|
return ""
|