Rev 5903 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5903 | Rev 17514 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | row number 2 of the matrix \m (same as <span class="tt wims_code_variable">\m[2;]</span>) |
23 | row number 2 of the matrix \m (same as <span class="tt wims_code_variable">\m[2;]</span>) |
24 | :row( .. , ) |
24 | :row( .. , ) |
25 | row(2..5,\m) |
25 | row(2..5,\m) |
26 | the submatrix of \m consisting of rows number 2 to 5 (same as <span class="tt wims_code_variable">\m[2..5;]</span>) |
26 | the submatrix of \m consisting of rows number 2 to 5 (same as <span class="tt wims_code_variable">\m[2..5;]</span>) |
27 | :row([ , ], ) |
27 | :row([ , ], ) |
28 | row([1,3],1,2,3<br |
28 | row([1,3],1,2,3<br>3,4,5<br>5,6,7) |
29 | the submatrix of the 3×3 matrix consisting of the first |
29 | the submatrix of the 3×3 matrix consisting of the first and the last rows |
30 | :row( |
30 | :row( , ) |
31 | row(column 1 > 1 and column 2 = good,\mat) |
31 | row(column 1 > 1 and column 2 = good,\mat) |
32 | the submatrix of \mat consisting of rows where column 1 is > 1 and column 2 is the word `good' |
32 | the submatrix of \mat consisting of rows where column 1 is > 1 and column 2 is the word `good' |
33 | :randomitem( ) |
33 | :randomitem( ) |
34 | randomitem(\list) |
34 | randomitem(\list) |
35 | a random item of (comma-separated) \list. |
35 | a random item of (comma-separated) \list. |
Line 41... | Line 41... | ||
41 | items of column number 2 of the matrix \m, as a comma-separated list (same as <span class="tt wims_code_variable">\m[;2]</span>) |
41 | items of column number 2 of the matrix \m, as a comma-separated list (same as <span class="tt wims_code_variable">\m[;2]</span>) |
42 | :column( .. , ) |
42 | :column( .. , ) |
43 | column(2..5,\m) |
43 | column(2..5,\m) |
44 | the submatrix of \m consisting of columns number 2 to 5 (same as <span class="tt wims_code_variable">\m[;2..5]</span>) |
44 | the submatrix of \m consisting of columns number 2 to 5 (same as <span class="tt wims_code_variable">\m[;2..5]</span>) |
45 | :column([ , ], ) |
45 | :column([ , ], ) |
46 | column([1,3],1,2,3<br |
46 | column([1,3],1,2,3<br>3,4,5<br>5,6,7) |
47 | the submatrix of the 3×3 matrix consisting of the first |
47 | the submatrix of the 3×3 matrix consisting of the first and the last columns |
48 | :asis( ) |
48 | :asis( ) |
49 | asis(How do you do? item(1,2,3)) |
49 | asis(How do you do? item(1,2,3)) |
50 | the string as it is, protected from transformations and conditionality. |
50 | the string as it is, protected from transformations and conditionality. |
51 | :htmlmath( ) |
51 | :htmlmath( ) |
52 | htmlmath(2*x^2+3*x) |
52 | htmlmath(2*x^2+3*x) |