Skip to content

Commit

Permalink
[examples/1] update link function
Browse files Browse the repository at this point in the history
  • Loading branch information
RickBarretto committed May 30, 2024
1 parent 0f72f26 commit 87ddf6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sample1.art
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ graph.create "sample1" [
bob: put 'person [s: "Bob" sex: 'm]
jill: put 'person [s: "Jill" sex: 'f]

link'marriedTo john joan
link'childOf @[bob jill] @[john joan]
link john 'marriedTo joan
link @[bob jill] 'childOf @[john joan]
]

benchmark [
Expand Down

0 comments on commit 87ddf6a

Please sign in to comment.