We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae61271 commit 5819eacCopy full SHA for 5819eac
README-LanguageDraft-2.0.md
@@ -124,8 +124,8 @@
124
$car = Car(4, Colors.$RED) + Car(4, Colors.$BLUE)
125
```
126
127
-## 1.7. Static member variables
128
- - maybe by mapping to global variables
+## 1.7. Static member variables and methods
+ - by mapping to global variables and functions
129
- Class::$classProperty would map to $$.___Class_classProperty
130
131
@@ -140,16 +140,6 @@
140
console.printLine("Class::$classProperty = " + Class::$classProperty)
141
142
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
151
152
153
# 2. Links
154
155
- MinitScript, see [README.md](./README.md)
0 commit comments