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 b91b3f5 commit e4df710Copy full SHA for e4df710
v0.3/handbook/libraries/stdlib.md
@@ -28,9 +28,20 @@ title: "Standard Library"
28
</ul>
29
</td>
30
<td>
31
- <code>// sorts the students by GPA
32
- [#student GPA]
33
- index = sort[for: GPA]</code>
+ <code>
+ {% raw %}
+Sorts the students by GPA
34
+
35
+```
36
+search
37
+ student = [#student GPA]
38
+ index = sort[for: GPA]
39
40
+bind
41
+ [#ui/text sort: index, text: "{{student.name}} {{GPA}}"]
42
43
+ {% endraw %}
44
+ </code>
45
46
</tr>
47
</table>
0 commit comments