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

rework CLS specialformat so 2nd comma is required if using the 3rd param.

This commit is contained in:
SteveMcNeill 2023-10-18 09:19:54 -04:00
parent 5a063f4ef8
commit 2a6cc27ee1

View file

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