Join Nostr
2026-08-08 19:50:15 UTC
in reply to

Conchoid on Nostr: Solution: wrap it with an object FC = {}; FC.F = Function(script); This way in the ...

Solution: wrap it with an object

FC = {};
FC.F = Function(script);

This way in the script you can have `this` which is the FC