1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
This commit is contained in:
schaeff 2020-06-15 23:55:07 +02:00
parent a83e897ad7
commit da51a42a8b

View file

@ -1,6 +1,6 @@
def main() -> ():
// declare and define a
// declare and define `my_variable`
field my_variable = 2
// redefine a
// redefine `my_variable`
my_variable = 3
return