Skip to content

Commit

Permalink
Merge pull request #21 from beilharz/patch-1
Browse files Browse the repository at this point in the history
Update add.md
  • Loading branch information
cmontella authored Nov 9, 2016
2 parents 0ff4a5b + 11fdaa7 commit 98667f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/handbook/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ record.attribute += value
// Add a tag to a record
record += #tag
// Add a name to a record
record += @name
```

## Description
Expand All @@ -33,8 +30,6 @@ record += @name

`record += #tag` adds `#tag` to `record`. This is shorthand for `record.tag += "tag"`.

`record += @name` adds `@name` to `record`. This is shorthand for `record.name += "name"`.

## Examples

Add the current second to a record. Since Eve works in sets, `time-history` can only ever hold then numbers 0 through 60. This means after one minute passes, no new elements will be added to `tracker.time-history`.
Expand Down

0 comments on commit 98667f3

Please sign in to comment.