changed ::: to :: to indicate class variables, parent class, retvar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
defun x (a ::: x y z) {
|
||||
defun x (a :: x y z) {
|
||||
x := (* a a);
|
||||
y := (+ a a);
|
||||
z := (- x y);
|
||||
|
Reference in New Issue
Block a user