compound assignment

This commit is contained in:
2026-06-22 21:20:15 +02:00
parent 663f4dc658
commit 6512ccd543
14 changed files with 995 additions and 99 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ main :: func() void {
_ = native.configured_value(9)
_ = native.IMPORTED_SHADOW_OBJECT
_ = native.IMPORTED_SHADOW_FUNCTION
native.imported_global = native.IMPORTED_MAGIC
native.imported_record_global.value = native.IMPORTED_MAGIC
native.imported_global += native.IMPORTED_MAGIC
native.imported_record_global.value += 2
color native.Imported_Color :: native.IMPORTED_COLOR
_ = native.imported_check_state(
color,