1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-10 13:35:13 +00:00
QB64-PE/tests/compile_tests/const/noprefix.output
Matthew Kilgore 90941fffa7 Replace CONSTs while we have the individual elements
This moves the CONST replacement up before we turn the elements into a
single string. The advantage is that we don't have to worry about
splitting the string properly to find the CONST names as the elements
are already split for us.t
2024-01-18 13:00:13 -05:00

37 lines
435 B
Plaintext

PI: -1 -1
PI: -1 -1
ACOS: -1 -1
ASIN: -1 -1
ARCSEC: -1 -1
ARCCOT: -1 -1
ARCCSC: -1 -1
SECH: -1 -1
CSCH: -1 -1
COTH: -1 -1
D2R: -1 -1
D2G: -1 -1
R2D: -1 -1
R2G: -1 -1
G2D: -1 -1
G2R: -1 -1
CSC: -1 -1
SEC: -1 -1
COT: -1 -1
ROUND: 20
CEIL: 21
RGB32: FF020304
RGBA32: 5020304
1: FF020202
2: 3020202
4: 5020304
RGB: 0
RGBA: 0
RED32: 0
GREEN32: 0
BLUE32: 22
ALPHA32: 0
RED: 0
GREEN: 0
BLUE: 0
ALPHA: 255