+ 1

whats the difference between next and nextline

23rd Jan 2017, 11:02 AM
pushkar
2 odpowiedzi
+ 7
next gets everything before the first space, for example input: Hello there next will get only "Hello" nextline will get "Hello there"
23rd Jan 2017, 11:05 AM
Uran Kajtazaj
Uran Kajtazaj - avatar
0
thanks
25th Jan 2017, 2:34 PM
pushkar