Skip to content

Commit

Permalink
Merge pull request #3336 from divayprakash/fix-red
Browse files Browse the repository at this point in the history
[Red/en] Explain initialize, closes #1467
  • Loading branch information
divayprakash authored Oct 27, 2018
2 parents 22baccd + f12f89a commit 6e0f5f6
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 6e0f5f6

Please sign in to comment.