Doolittle – User talk

From Bohemia Interactive Community
Revision as of 01:08, 2 July 2008 by Raedor (talk | contribs) (your exitWith note)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)