thautwarm / DianaVM

Diana... 🥳🥳🥳Diana, suki🤤🤤🤤
BSD 3-Clause "New" or "Revised" License
11 stars 0 forks source link

C# mix Python frontend #4

Open thautwarm opened 3 years ago

thautwarm commented 3 years ago

As Diana VM supports out keyword, we can in this way 嗯蹭 python's IDE and C#'s out keyword.

if d.search(key, out[value]):
   print(value)
thautwarm commented 3 years ago

dict.search binds to Dictionary<DObj, DObj>.TryGetValue.