1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/book/declaration.zok

6 lines
No EOL
123 B
Text

def main():
// declare and define `my_variable`
field my_variable = 2
// redefine `my_variable`
my_variable = 3
return