Created
September 29, 2015 01:44
-
-
Save tomtheisen/a07527374e4545f6a32e to your computer and use it in GitHub Desktop.
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
lines | |
#["This is some very long text.","25"] | |
extract-array | |
#"This is some very long text." | |
#"25" | |
read-num | |
#"This is some very long text." | |
#25 | |
over | |
length | |
#"This is some very long text." | |
#25 | |
#28 | |
over | |
gt | |
#"This is some very long text." | |
#25 | |
#1 | |
#{ | |
# "This is some very long text." | |
# 25 | |
2 | |
sub | |
take | |
# "This is some very long " | |
f( "].*[ -]|.*" ) | |
# "This is some very long " | |
init | |
# "This is some very long" | |
"..." 0 | |
# "This is some very long" | |
# "..." | |
# 0 | |
#} when | |
block7 when | |
pop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment