mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Merge 33af584ad4
into 4936dcf810
This commit is contained in:
commit
160076fe9f
@ -195,6 +195,7 @@ end
|
||||
counter = 1
|
||||
while counter <= 5 do
|
||||
puts "iteration #{counter}"
|
||||
counter += 1
|
||||
end
|
||||
#=> iteration 1
|
||||
#=> iteration 2
|
||||
|
Loading…
Reference in New Issue
Block a user