jmc icon indicating copy to clipboard operation
jmc copied to clipboard

Add compile time check for vanilla macro

Open WingedSeal opened this issue 10 months ago • 1 comments

function helloWorld(string) {
    $say "$(string)";
}
helloWorld("hi");

WingedSeal avatar Apr 03 '24 06:04 WingedSeal

Also known as "positional arguments"

Nico314159 avatar Jul 02 '24 16:07 Nico314159