2013-07-25 2 views

답변

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

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

GolfScript built-ins 페이지를 살펴보십시오.

관련 문제