Ruby/Development/Keyboard reading
Материал из Wiki.crossplatform.ru
Версия от 17:55, 13 сентября 2010; ViGOur (Обсуждение | вклад)
The simplest way to get external data into a program is to use the keyboard.
a = gets puts a
Личные инструменты |
ПросмотрыRuby/Development/Keyboard readingМатериал из Wiki.crossplatform.ruВерсия от 17:55, 13 сентября 2010; ViGOur (Обсуждение | вклад)
The simplest way to get external data into a program is to use the keyboard.a = gets puts a |