Skip to content

Commit

Permalink
Explain initialize, closes adambard#1467
Browse files Browse the repository at this point in the history
  • Loading branch information
divayprakash committed Oct 27, 2018
1 parent 62e9ea6 commit f12f89a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion red.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ type? my-integer
integer!
; A variable can be initialized using another variable that gets initialized
; at the same time.
; at the same time. Initialize here refers to both declaring a variable and
; assigning a value to it.
i2: 1 + i1: 1
; Arithmetic is straightforward
Expand Down

0 comments on commit f12f89a

Please sign in to comment.