Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/cs/floats.txt
2021-04-07 19:25:18 -04:00

4 lines
73 B
Plaintext
Vendored

float test = 1.0f;
float test2 = 1.f;
float test3 = 1.0;
float test4 = 1;