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:
2025-09-15 01:41:43 +09:00
parent ef293d35d4
commit 37b652ead6
10 changed files with 140 additions and 148 deletions

View File

@ -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