Skip to content

Instantly share code, notes, and snippets.

@ryuichiueda
Created January 18, 2015 14:49
Show Gist options
  • Save ryuichiueda/94bd4c96775289b2f807 to your computer and use it in GitHub Desktop.
Save ryuichiueda/94bd4c96775289b2f807 to your computer and use it in GitHub Desktop.
A sample code for demonstration. Conditions of string is written in the where part.
import PATH
str hoge = echo 'aaaaaaaaaaaa'
where cond hoge : length < 10
echo hoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment