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 cf99247 commit b47fef3Copy full SHA for b47fef3
README-LanguageDraft-2.0.md
@@ -5,7 +5,7 @@
5
## 1.1. Inline comments with #- $x = 1 -#
6
7
```
8
- function: bubbleSortA(&$array)
+ function: bubbleSort(&$array)
9
for ($i = 1, $i < $array->getSize()#-+ 1-#, ++$i)
10
for ($j = 0, $j < $array->getSize() - $i, ++$j)
11
#-
0 commit comments