Doolittle – User talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(your exitWith note)
 
m (Text replacement - "<code>" to "<code style="display: block">")
(One intermediate revision by one other user not shown)
Line 3: Line 3:
It of course should return something. Try
It of course should return something. Try


<code>myFunc = {if (true) exitWith {true}; false}; hint str [call myFunc];</code>
<code style="display: block">myFunc = {if (true) exitWith {true}; false}; hint str [call myFunc];</code>


Just did it, for me it returns [true].
Just did it, for me it returns [true].


--[[User:Raedor|raedor]] 01:08, 2 July 2008 (CEST)
--[[User:Raedor|raedor]] 01:08, 2 July 2008 (CEST)
gday Doolittle,
one question regarding [http://community.bistudio.com/wiki?title=enableSaving&diff=52706&oldid=50391 your change]. Did you verify that?
HitmanFF already reverted the same change you did before, as the original version was correct.
Cheers. --[[User:WGL.Q|.kju]] 19:52, 9 October 2009 (CEST)

Revision as of 12:52, 11 January 2023

exitWith

It of course should return something. Try

myFunc = {if (true) exitWith {true}; false}; hint str [call myFunc];

Just did it, for me it returns [true].

--raedor 01:08, 2 July 2008 (CEST)

gday Doolittle,

one question regarding your change. Did you verify that?

HitmanFF already reverted the same change you did before, as the original version was correct.

Cheers. --.kju 19:52, 9 October 2009 (CEST)