[v2] Wish func pass by reference support obj property

Propose new features and changes
kazhafeizhale
Posts: 77
Joined: 25 Dec 2018, 10:58

[v2] Wish func pass by reference support obj property

02 Jan 2023, 22:14

Wish func pass by reference support obj property

Code: Select all

o := {}
o.a := 10
test_func(&o.a)

test_func(&p1)
{
	p1 := 20
}
lexikos
Posts: 9641
Joined: 30 Sep 2013, 04:07
Contact:

Re: [v2] Wish func pass by reference support obj property

03 Jan 2023, 00:31

This is planned for an as yet undetermined future version.
kazhafeizhale
Posts: 77
Joined: 25 Dec 2018, 10:58

Re: [v2] Wish func pass by reference support obj property

03 Jan 2023, 01:11

lexikos wrote:
03 Jan 2023, 00:31
This is planned for an as yet undetermined future version.
I get it, I really think this is a useful feature!

Return to “Wish List”

Who is online

Users browsing this forum: No registered users and 16 guests