Skip to content

Commit 2f20dc5

Browse files
TaoufikMejrinobu
authored andcommitted
[DOC] Improve loop code example documentation
1 parent 8edb40f commit 2f20dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def then
141141
# loop do
142142
# print "Input: "
143143
# line = gets
144+
# # break if q, Q is entered or EOF signal (Ctrl-D on Unix, Ctrl-Z on windows) is sent
144145
# break if !line or line =~ /^q/i
145146
# # ...
146147
# end

0 commit comments

Comments
 (0)