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 a36b3b8 commit 55bece5Copy full SHA for 55bece5
chapter/text1.md
@@ -5,12 +5,12 @@
5
6
7
* [scalar variables](#scalar-variables)
8
- * file IO: `slurp`, `spurt` and test op
+ * single ('') and double ("") quoting
9
+ * string context and concatenation `~`
10
* shell IO: `say`, `prompt`
11
+ * file IO: `slurp`, `spurt` and test op
12
* conditionals: `if`, `elsif`, `else`, as statement modifier too
- * comparison ops (`>`, `eq`)
- * single ('') and double ("") quoting
13
- * string context and concatenation `~`
+ * comparison ops: `>`, `eq`
14
* `exit` main program
15
16
0 commit comments