|
|
|
|
|
by sizeofchar
1949 days ago
|
|
I hope they can avoid having two block indents, like in those examples. Match could be followed by a case in the same line, and extra cases in new lines. match val case True:
print("Ok")
case False:
print("Not ok")
print("Done")
|
|