Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4104319
multipleconditionals.t
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
291 B
Referenced Files
None
Subscribers
None
multipleconditionals.t
View Options
/* For T152281 */
v1 := 0; v2 := 0;
if ( 1 == 1 ) then
(
v1 := 1; v2 := 1;
)
else
(
v1 := 2; v2 := 2;
)
end;
if ( 1 == 1 ) then
( v1 := 1; )
else
(
v1 := 2; v2 := 2;
)
end;
if ( 1 == 1 ) then
( v1 := 2 === 2 ? 1 : 3; )
else
(
v1 := 'x' === 'y' ? 2 : 3;
v2 := v1 ** 2;
)
end;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 18:24 (3 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
81/d4/58873a780af0a78e86959e921c21
Default Alt Text
multipleconditionals.t (291 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment