Skip to content

Commit 5819eac

Browse files
authored
Update README-LanguageDraft-2.0.md
1 parent ae61271 commit 5819eac

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README-LanguageDraft-2.0.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
$car = Car(4, Colors.$RED) + Car(4, Colors.$BLUE)
125125
```
126126

127-
## 1.7. Static member variables
128-
- maybe by mapping to global variables
127+
## 1.7. Static member variables and methods
128+
- by mapping to global variables and functions
129129
- Class::$classProperty would map to $$.___Class_classProperty
130130

131131
```
@@ -140,16 +140,6 @@
140140
console.printLine("Class::$classProperty = " + Class::$classProperty)
141141
```
142142

143-
## 1.8. Static member methods
144-
145-
```
146-
class Class
147-
static method: classMethod($a, $b)
148-
console.printLine($a + " / " + $b)
149-
end
150-
end
151-
```
152-
153143
# 2. Links
154144

155145
- MinitScript, see [README.md](./README.md)

0 commit comments

Comments
 (0)