1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

swap types to proper order

This commit is contained in:
SteveMcNeill 2023-10-18 19:18:31 -04:00
parent 2a6cc27ee1
commit 61e0ef72ee

View file

@ -2835,7 +2835,7 @@ id.n = "Cls"
id.subfunc = 2
id.callname = "sub_clsDest"
id.args = 3
id.arg = MKL$(LONGTYPE - ISPOINTER) + MKL$(LONGTYPE - ISPOINTER) + MKL$(ULONGTYPE - ISPOINTER)
id.arg = MKL$(LONGTYPE - ISPOINTER) + MKL$(ULONGTYPE - ISPOINTER) + MKL$(LONGTYPE - ISPOINTER)
id.specialformat = "[?][,[?][,?]]"
id.hr_syntax = "CLS [method%] [, bgColor&] [, dest&]"
regid