changed the syntax of the class-level variable declacration to use square brackets
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -96,7 +96,7 @@ if (x = 29) {
|
||||
|
||||
## --------------------------------------
|
||||
|
||||
defclass A | a b c | {
|
||||
defclass A [ a b c ] {
|
||||
defun :* newInstance(x y z) {
|
||||
set a x
|
||||
set b y
|
||||
|
Reference in New Issue
Block a user