-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -340,11 +340,11 @@ You can assign an explicit, unchanging value to a variable. | |
|
||
You can assign the value of a particular node property (secondary or universal) to a variable. | ||
|
||
- **Secondary property:** Assign the ``:user`` property from an Internet-based account (``inet:web:acct``) to | ||
the variable ``$user``: | ||
- **Secondary property:** Assign the ``:email`` property from an Internet-based account (``inet:service:account``) to | ||
the variable ``$email``: | ||
|
||
.. storm-pre:: [inet:web:acct=(twitter.com,hacks4cats) :[email protected]] | ||
.. storm-cli:: inet:web:acct=(twitter.com,hacks4cats) $user=:user $lib.print($user) | ||
.. storm-pre:: [inet:service:account=(twitter.com,hacks4cats) :[email protected]] | ||
.. storm-cli:: inet:service:account=(twitter.com,hacks4cats) $email=:email $lib.print($email) | ||
|
||
|
||
- **Universal property:** Assign the ``.seen`` universal property from a DNS A node to the variable ``$time``: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters