Learning to write and writing to Learn
println "teststring"[4..6]
try these too ;)println 'teststring'[4..-1]println 'teststring' - 'test'- d
Post a Comment
1 comment:
try these too ;)
println 'teststring'[4..-1]
println 'teststring' - 'test'
- d
Post a Comment