1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 17:00:26 +00:00

Missing quotes.

This commit is contained in:
Fellippe Heitor 2021-07-28 23:44:01 -03:00
parent 345991a08c
commit f512ace544

View file

@ -404,7 +404,7 @@ id.args = 1
id.arg = MKL$(LONGTYPE - ISPOINTER) id.arg = MKL$(LONGTYPE - ISPOINTER)
id.ret = STRINGTYPE - ISPOINTER id.ret = STRINGTYPE - ISPOINTER
id.specialformat = "[?]" id.specialformat = "[?]"
id.hr_syntax = "_DEVICE$(device_number) id.hr_syntax = "_DEVICE$(device_number)"
regid regid
clearid clearid
@ -415,7 +415,7 @@ id.args = 1
id.arg = MKL$(LONGTYPE - ISPOINTER) id.arg = MKL$(LONGTYPE - ISPOINTER)
id.ret = LONGTYPE - ISPOINTER id.ret = LONGTYPE - ISPOINTER
id.specialformat = "[?]" id.specialformat = "[?]"
id.hr_syntax = "_DEVICEINPUT or _DEVICEINPUT(device_number%) id.hr_syntax = "_DEVICEINPUT or _DEVICEINPUT(device_number%)"
regid regid
clearid clearid
@ -1084,7 +1084,7 @@ id.args = 2
id.arg = MKL$(LONGTYPE - ISPOINTER) + MKL$(LONGTYPE - ISPOINTER) id.arg = MKL$(LONGTYPE - ISPOINTER) + MKL$(LONGTYPE - ISPOINTER)
id.specialformat = "?[,?]" id.specialformat = "?[,?]"
id.ret = LONGTYPE - ISPOINTER id.ret = LONGTYPE - ISPOINTER
id.hr_syntax = "_COPYIMAGE[(imageHandle&[, mode])] id.hr_syntax = "_COPYIMAGE[(imageHandle&[, mode])]"
regid regid
'IMAGE SELECTION 'IMAGE SELECTION
@ -2410,7 +2410,7 @@ id.args = 7
id.arg = MKL$(FLOATTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) + MKL$(ULONGTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) id.arg = MKL$(FLOATTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) + MKL$(ULONGTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER) + MKL$(FLOATTYPE - ISPOINTER)
id.specialformat = "[{Step}](?,?),?[,[?][,[?][,[?][,?]]]]" id.specialformat = "[{Step}](?,?),?[,[?][,[?][,[?][,?]]]]"
'CIRCLE [STEP] (x!,y!),radius![,[color&] [,[start!] [,[end!] [,aspect!]]]] 'CIRCLE [STEP] (x!,y!),radius![,[color&] [,[start!] [,[end!] [,aspect!]]]]
id.hr_syntax = "CIRCLE [STEP] (x!, y!), radius![, [color&] [, [start!] [, [end!] [, aspect!]]]] id.hr_syntax = "CIRCLE [STEP] (x!, y!), radius![, [color&] [, [start!] [, [end!] [, aspect!]]]]"
regid regid
clearid clearid