Doolittle – User talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(your exitWith note)
(No difference)

Revision as of 01:08, 2 July 2008

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)