Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429325
array-assignment.t
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
253 B
Referenced Files
None
Subscribers
None
array-assignment.t
View Options
test_array := [ [1, 2], [3, 4], 'useless' ];
test_array[1] := 42;
test_array[ if true then 2 else 0 end] := 'foo';
test_array[] := 17;
test_array[0][0] == 1 & test_array[0][1] == 2 & test_array[1] == 42 & test_array[2] === 'foo' & test_array[3] == 17
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 17:26 (10 h, 19 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5c/ce/1f684cddf58487082f12dffd614d
Default Alt Text
array-assignment.t (253 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment