Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432382
array-comparisons.t
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
array-comparisons.t
View Options
a := [1, 2, 3];
b := [1, 2, 3];
c := [2, 3, 4];
d := [1, 2, 3, 4];
e := ['1', '2', '3'];
f := [[['1']]];
g := [[[1]]];
h := [[1, 2], 3];
i := [['1', 2], '3'];
j := [1];
k := ['1'];
l := [];
m := 42;
n := [0,1];
a == b & a === b & a != c & b != d & a == e & a !== e & f == g & f !== g & h == i & h !== i & e != i & j != 1 &
k != '1' & l == false & l == null & l !== false & l !== null & false == l & null == l & false !== l & null !== l &
b[5**2/((4+1)*5)] == a[43-m] & a[n[0]] === b[n[m-42]]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 21:41 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
23/91/b0a21e3b8dbfc9836272b1c3fb74
Default Alt Text
array-comparisons.t (493 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment