Skip to content

Instantly share code, notes, and snippets.

@smdmts
Last active August 15, 2017 07:51
Show Gist options
  • Save smdmts/a3e8cd9f28cb38d4aa66f9ada353e3b0 to your computer and use it in GitHub Desktop.
Save smdmts/a3e8cd9f28cb38d4aa66f9ada353e3b0 to your computer and use it in GitHub Desktop.
timezone: Asia/Tokyo
_export:
foo: ${1 + 1}
typeOfFoo: ${typeof foo}
incr: ${parseInt(foo) + 1}
+task:
loop>: ${parseInt(incr)}
_do:
echo>: type of var 'foo' is '${typeOfFoo}'. Then, var 'incr' is concatenated '${foo}' and '1' = '${incr}'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment