Skip to content

Instantly share code, notes, and snippets.

@smdmts
Created July 25, 2016 12:24
Show Gist options
  • Select an option

  • Save smdmts/e69a2a91e72bb82f3663e9c4efc46d30 to your computer and use it in GitHub Desktop.

Select an option

Save smdmts/e69a2a91e72bb82f3663e9c4efc46d30 to your computer and use it in GitHub Desktop.
sideefect
timezone: UTC
_export:
abc : efg
+show1:
sh>: echo ${abc}
+override:
sh>: echo ${this.abc="hij"}
+show2:
sh>: echo ${abc}
@smdmts
Copy link
Author

smdmts commented Jul 25, 2016

show1: echo shows efg.
show2: echo shows hij.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment