2013-07-25 20 views

回答

2
# remove any 'l' 
'hello world' 'l'- 
puts 

# replace all 'l' with 'X' 
'hello world' 'l'/ 'X'* 
puts 

请再看看GolfScript built-ins的页面。

相关问题