Ruby/Development/Keyboard reading
Материал из Wiki.crossplatform.ru
Версия от 17:10, 26 мая 2010; (Обсуждение)
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:10, 26 мая 2010; (Обсуждение)
The simplest way to get external data into a program is to use the keyboard.a = gets puts a |