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

@ -59,7 +59,7 @@ x
class T {
var j
fun(#classinst) new() {
fun[#classinst] new() {
set j 99
return self
}