Browse Source

Add test-syntax.txt

master
mtardy 4 years ago
parent
commit
06d0204ad1
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      test-syntax.txt

+ 5
- 0
test-syntax.txt View File

@ -0,0 +1,5 @@
syntax ncall(function, args) {
return `(@function ( @(length(args)), @@args ))
}
ncall(print, [1,2,3]);

Loading…
Cancel
Save