Created
January 18, 2015 14:49
-
-
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.
This file contains hidden or 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
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