Doolittle – User talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(Asking if change for enableSaving is correct.)
m (Text replacement - "<code>" to "<code style="display: block">")
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].

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)