Doolittle – User talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(your exitWith note)
 
m (Text replacement - "\[ *((ftp|http)s?:\/\/[^ ]+)([^{])=([^}])([^ ]+)" to "[$1$3{{=}}$4$5")
 
(2 intermediate revisions by 2 users 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)

Latest revision as of 18:27, 28 April 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)