Add a D version

This commit is contained in:
2025-07-16 13:36:26 +02:00
commit b4d309a4b2
21 changed files with 3064 additions and 0 deletions

3
tests/const_list.eln Normal file
View File

@ -0,0 +1,3 @@
const a = 1, b = 2;
! a + b
.