This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-12-23 10:12:21 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3bc7118d71
leo
/
simple.program
10 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
constraint struct access
2020-04-16 02:52:17 +03:00
struct Point {
field x
field y
}
constraints array initializer
2020-04-15 03:50:26 +03:00
constraint struct access
2020-04-16 02:52:17 +03:00
Point p = Point {x: 1, y: 0}
p.x = 2
constraints inline structs
2020-04-15 08:55:38 +03:00
return p
Reference in New Issue
Copy Permalink