Open thautwarm opened 3 years ago
As Diana VM supports out keyword, we can in this way 嗯蹭 python's IDE and C#'s out keyword.
out
if d.search(key, out[value]): print(value)
dict.search binds to Dictionary<DObj, DObj>.TryGetValue.
dict.search
Dictionary<DObj, DObj>.TryGetValue
As Diana VM supports
out
keyword, we can in this way 嗯蹭 python's IDE and C#'sout
keyword.