call_static_builtin_function.gd 64 B

123
  1. func test():
  2. print(Color.html_is_valid("00ffff"))
  3. print("OK")