polserver/testsuite/escript/compiler2/compiler2-023-const-optimized.src
2020-08-13 15:26:09 +02:00

4 lines
38 B
Text

const VALUE := 4 + 7;
print(VALUE);