Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4092492
arrays.t
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
337 B
Referenced Files
None
Subscribers
None
arrays.t
View Options
array1 := [ 'a', 'b', 'c', ];
array2 := [];
array2[] := 'd';
array2[] := 'g';
array2[] := 'f';
array2[1] := 'e';
array3 := array1 + array2;
array4 := [ [ 1, 2, 3 ], [ 4, 5, 6 ] ];
(string(array3) == "a\nb\nc\nd\ne\nf\n" & !('b' in array2) & array1 contains 'c' & [ false, !(1;0), null ][1] & length(array3) == 6 &
array4[1][1] == 5 )
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 18 2026, 12:15 (4 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5b/87/ff8b0e9487d2fa3b0aaf6d8da52f
Default Alt Text
arrays.t (337 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment