Need answers / /skin
#10

Since nobody answered you what return means:

Formally
Quote:

A return statement is a jump statement. It transfers control unconditionally to the end point of the call site in the stack frame. Returns either specify a value or expression, or are void.

Simplified, it's a control structure that makes the function give back a value when it's called. If you have a function that always returns 1, and use the function to assign a value to a variable, it will be assigned 1 as the function returned that value. You can specify the function to return any value, or even variables, and even strings (conditioned)
Reply


Messages In This Thread
Need answers / /skin - by saffierr - 15.07.2014, 23:14
Re: Need answers / /skin - by Jack_Leslie - 15.07.2014, 23:40
Re: Need answers / /skin - by saffierr - 15.07.2014, 23:49
Re: Need answers / /skin - by saffierr - 16.07.2014, 00:14
Re: Need answers / /skin - by flamur2012 - 16.07.2014, 00:31
Re: Need answers / /skin - by saffierr - 16.07.2014, 00:33
Re: Need answers / /skin - by flamur2012 - 16.07.2014, 00:34
Re: Need answers / /skin - by gychem - 16.07.2014, 00:34
Re: Need answers / /skin - by saffierr - 16.07.2014, 00:44
Respuesta: Need answers / /skin - by CuervO - 16.07.2014, 03:51

Forum Jump:


Users browsing this thread: 6 Guest(s)