Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432116
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
Sat, May 16, 21:27 (1 d, 11 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
10/76/ed20a3c218aee9f7eb8105d3823d
Default Alt Text
arrays.t (337 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment