Files
Ink-Shader-Language/test/assign_arithmetic_expression.ink

4 lines
46 B
Plaintext

vertex main :: () {
x : float = 2.0 + 5.0;
}