638
edits
m (→isNull: fmt) |
|||
Line 691: | Line 691: | ||
If we do not convert NULL pointers to JS <code>null</code> (and I may have changed my mind about this) then we need: | If we do not convert NULL pointers to JS <code>null</code> (and I may have changed my mind about this) then we need: | ||
'''<code>''cptr''.isNull()</code>''' - Return <code>true</code> if ''cptr'' | '''<code>''cptr''.isNull()</code>''' - Return <code>true</code> if ''cptr''<nowiki>'</nowiki>s value is a null pointer, <code>false</code> otherwise. | ||
==Auto-converting strings== | ==Auto-converting strings== |
edits