Skip to content

Instantly share code, notes, and snippets.

@antonprafanto
Created March 1, 2022 06:06
void main() {
test_param(123);
}
void test_param(n1,{s1:12}) {
print(n1);
print(s1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment