changed the syntax for clarity - attribute list to use a tuple, class variable list to use a normal parenthesized list
This commit is contained in:
@ -98,7 +98,7 @@ if (== y 29) {
|
||||
|
||||
class A {
|
||||
var a b c
|
||||
fun(#ci) newInstance(x y z) {
|
||||
fun[#ci] newInstance(x y z) {
|
||||
set a x
|
||||
set b y
|
||||
set c z
|
||||
|
Reference in New Issue
Block a user