Skip to content

Commit

Permalink
Updating readme with a disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Jun 26, 2016
1 parent d4ba5b5 commit 77d442f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ A few array manipulation runtime directives are supported:
* `delete` <pre>echo \`\`key.value.delete()\`\`</pre>
* `items` <pre>for x in \`\`arr.items()\`\`; do echo "${x}"; done</pre>

Note that this doesn't preclude having variables by those names. You can have ``key.delete = 1`` and then ``key.delete.delete()``
Notes:

* These feature do not preclude having variables by those names. You can have ``key.delete = 1`` and then ``key.delete.delete()``
* Since TickTick is a Bash-emitting transpiler, things that don't work in bash (such as modifying [in-shell variables](https://github.com/kristopolous/TickTick/issues/5) in double quotes) don't work in TickTick.

Objects
---
Expand Down

0 comments on commit 77d442f

Please sign in to comment.