changed the syntax of the class-level variable declacration to use square brackets
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-07-09 23:44:24 +09:00
parent e91c9da9d4
commit 8f87dbe008
9 changed files with 113 additions and 151 deletions

View File

@ -29,7 +29,7 @@
## test return variables in message sends
defclass B :: | X1 X2 | {
defclass B [ [X1 X2] ] {
set X1 999;
set X2 888;