pass object into call if object is a method
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# SPDX-FileCopyrightText: 2025 William Bell
|
||||
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
let f(name)=""
|
||||
f("bruh")()
|
||||
let x(hello, x, y) = "hello world"
|
||||
x(10,10,10)
|
||||
Reference in New Issue
Block a user