We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866cccc commit 7258083Copy full SHA for 7258083
apps/tile/data.mu
@@ -113,11 +113,11 @@ fn create-primitive-defs _self: (addr handle function) {
113
var curr-word-ah/ecx: (addr handle word) <- get body, data
114
allocate curr-word-ah
115
var curr-word/eax: (addr word) <- lookup *curr-word-ah
116
- initialize-word-with curr-word, "x"
+ initialize-word-with curr-word, "2"
117
curr-word-ah <- get curr-word, next
118
119
curr-word <- lookup *curr-word-ah
120
- initialize-word-with curr-word, "2"
+ initialize-word-with curr-word, "x"
121
122
123
0 commit comments