compound assignment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user