You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ jsr monkey.Spin
46
46
```
47
47
-`var [#] <name>` ; # = number of bytes to allocate to this label, `<name>` = name of label. dundalk will allocate a spot in zeropage RAM for this label with # bytes.
48
48
-`const <name> <value>` ; dundalk will replace all occurences of `<name>` across codebase with `<value>`.
49
-
-`idset <name> { }` ; dundalk will replace each occurence of every label inside the `idset` across the codebase with its index inside the `idset`. e.g. with the following idset:
49
+
-`idset <name> { }` ; basically an enum. dundalk will replace each occurence of every label inside the `idset` across the codebase with its index inside the `idset`. e.g. with the following idset:
0 commit comments