FUNCTIONS RETURN:public class HelloWorld : MonoBehaviour { void Start() { print(Add(5, 4)); } int Add (int x,int y) { return x + y; } Konsola 9 yazdıracaktır. void Update() { } }
Hiç yorum yok: