Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1000454 // Fix "= insteadof ==" typo

IOIOI

In: "if (gummipw = null || gummipw.length() == 0)"
Out: "if (gummipw == null || gummipw.length() == 0)"
In: "if (a = null)"
Out: "if (a == null)"
In: "if (abc.xyz = null)"
Out: "if (abc.xyz == null)"

download  show line numbers   

Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1000454
Snippet name: Fix "= insteadof ==" typo
Eternal ID of this version: #1000454/1
Text MD5: ae69375989caa18b777509f29f982c9c
Author: stefan
Category:
Type: IOIOI
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-07 23:24:29
Source code size: 204 bytes / 6 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 440 / 295
Referenced in: [show references]