Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/cs/floats.txt

4 lines
73 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
float test = 1.0f;
float test2 = 1.f;
float test3 = 1.0;
float test4 = 1;