Ruby/Development/scanf
Материал из Wiki.crossplatform.ru
Версия от 17:55, 13 сентября 2010; ViGOur (Обсуждение | вклад)
Use scanf
require "scanf" puts s = "0x10 4.44 10".scanf("%x %f %d") # => [16, 4.44, 10] puts s
Личные инструменты |
ПросмотрыRuby/Development/scanfМатериал из Wiki.crossplatform.ruВерсия от 17:55, 13 сентября 2010; ViGOur (Обсуждение | вклад)
Use scanfrequire "scanf" puts s = "0x10 4.44 10".scanf("%x %f %d") # => [16, 4.44, 10] puts s |