File tree Expand file tree Collapse file tree
state-of-tic-tac-toe/.docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "description" : " Crystal docs: Unless"
99 },
1010 {
11- "url" : " https://crystal-lang.org/reference/1.8 /syntax_and_semantics/as_a_suffix.html" ,
11+ "url" : " https://crystal-lang.org/reference/latest /syntax_and_semantics/as_a_suffix.html" ,
1212 "description" : " Crystal docs: If as suffix"
1313 },
1414 {
Original file line number Diff line number Diff line change 88 "description" : " Crystal docs: Unless"
99 },
1010 {
11- "url" : " https://crystal-lang.org/reference/1.8 /syntax_and_semantics/as_a_suffix.html" ,
11+ "url" : " https://crystal-lang.org/reference/latest /syntax_and_semantics/as_a_suffix.html" ,
1212 "description" : " Crystal docs: If as suffix"
1313 },
1414 {
Original file line number Diff line number Diff line change 11In this exercise you will need to add methods to an existing struct (` Number ` ).
22You can see an example of this in the Crystal documentation for [ getters and setters] [ getters-and-setters ]
33
4- [ getters-and-setters ] : https://crystal-lang.org/reference/1.9 /syntax_and_semantics/methods_and_instance_variables.html#getters-and-setters
4+ [ getters-and-setters ] : https://crystal-lang.org/reference/latest /syntax_and_semantics/methods_and_instance_variables.html#getters-and-setters
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ You can read more about enums and unions in the Crystal reference documentation:
55- [ union] [ union ]
66
77[ enum ] : https://crystal-lang.org/reference/latest/syntax_and_semantics/enum.html
8- [ union ] : https://crystal-lang.org/reference/1.8 /syntax_and_semantics/union_types.html
8+ [ union ] : https://crystal-lang.org/reference/latest /syntax_and_semantics/union_types.html
You can’t perform that action at this time.
0 commit comments