pass object into call if object is a method

This commit is contained in:
William Bell
2025-08-07 05:16:51 +01:00
parent 4b6d15336a
commit 38e2cad507
5 changed files with 64 additions and 31 deletions

View File

@@ -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)