Open sam701 opened 3 years ago
{}.get_or("a", "abc") == "abc" and {a:"aa"}.get_or("a", "abc") == "aa"