@@ -1855,7 +1855,7 @@ cosh({expr}) *cosh()*
18551855 Compute()->cosh()
18561856
18571857
1858- count({comp} , {expr} [, {ic} [, {start} ]]) *count()*
1858+ count({comp} , {expr} [, {ic} [, {start} ]]) *count()* *E706 *
18591859 Return the number of times an item with value {expr} appears
18601860 in | String | , | List | or | Dictionary | {comp} .
18611861
@@ -5052,12 +5052,14 @@ insert({object}, {item} [, {idx}]) *insert()*
50525052
50535053 Can also be used as a | method | : >
50545054 mylist->insert(item)
5055-
5056- instanceof({object} , {class} ) *instanceof()*
5057- The result is a Number, which is | TRUE | when the {object} argument is a
5058- direct or indirect instance of a | Class | specified by {class} .
5059- When {class} is a | List | the function returns | TRUE | when {object} is an
5060- instance of any of the specified classes.
5055+ <
5056+ *instanceof()* *E614* *E616* *E693*
5057+ instanceof({object} , {class} )
5058+ The result is a Number, which is | TRUE | when the {object}
5059+ argument is a direct or indirect instance of a | Class |
5060+ specified by {class} .
5061+ When {class} is a | List | the function returns | TRUE | when
5062+ {object} is an instance of any of the specified classes.
50615063 Example: >
50625064 instanceof(animal, [Dog, Cat])
50635065
@@ -6689,6 +6691,7 @@ printf({fmt}, {expr1} ...) *printf()*
66896691 using a {n$} positional argument specifier. See | printf-$ | .
66906692
66916693
6694+ *E1520*
66926695 The conversion specifiers and their meanings are:
66936696
66946697 *printf-d* *printf-b* *printf-B* *printf-o*
0 commit comments