| Memoize | BasicWerk
						 
						EC Support
						 
						Technique
						 
						Facebook | 
| 20140611141824_factor_split | 
| factor_split   
 
IN: scratchpad auto-use "hello,\nmy name is HAL." "\n" split . 
{ "hello," "my name is HAL." }
 
IN: scratchpad auto-use "hello,\nmy name is HAL." " \n" split . 
{ "hello," "my" "name" "is" "HAL." }
 
IN: scratchpad auto-use "hello,\nmy name is HAL." " ,.\n" split . 
{ "hello" "" "my" "name" "is" "HAL" "" }
 
 http://docs.factorcode.org/content/word-split,splitting.html 
 | 
| © Shin Nakamura/BasicWerk 2014 |